Skip to content

Commit

Permalink
Adverbs are no longer generated
Browse files Browse the repository at this point in the history
instead of XML conversion

download-lexc from Verdd.
  • Loading branch information
rueter committed Apr 3, 2024
1 parent b0907a3 commit 9429c41
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
5 changes: 2 additions & 3 deletions src/fst/morphology/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ GT_LEXC_SRCS_L1_L2=\
compounding.lexc \
stems/abbreviations.lexc \
stems/acronyms.lexc \
stems/adjectives_newwords.lexc \
stems/adjectives_newwords.lexc \
stems/adverbs.lexc \
stems/nouns_newwords.lexc \
stems/numerals.lexc \
stems/propernouns_newwords.lexc \
Expand Down Expand Up @@ -67,7 +68,6 @@ GT_LEXC_L2_SRCS=\
# Set this to the names of all generated lexc files, if any
GENERATED_LEXC_SRCS=\
$(srcdir)/stems/adjectives.lexc \
$(srcdir)/stems/adverbs.lexc \
$(srcdir)/stems/conjuncts.lexc \
$(srcdir)/stems/interjections.lexc \
$(srcdir)/stems/nouns.lexc \
Expand Down Expand Up @@ -102,7 +102,6 @@ endif
# Set this to the names of all source xml files, if any
GT_XML_SRCS=\
stems/adjectives.xml \
stems/adverbs.xml \
stems/conjuncts.xml \
stems/interjections.xml \
stems/nouns.xml \
Expand Down
19 changes: 13 additions & 6 deletions src/fst/morphology/stems/adverbs.lexc
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@

LEXICON adverbs

lujas+Adv:lujas MANNER_ "lujasti" ;
pigašti+Adv:pigašti MANNER_ "nopeasti" ;
sikš+Adv:sikš MANNER_ "siksi" ;
kut+Adv:kut MANNER_ "kuten" ;
völ+Adv:völ TEMP_ "vielä" ;
ka+Adv:ka ADV_ "myös" ;
edes+Adv:edes ADV_ ;
ka+Adv:ka ADV_ ;
kut+Adv:kut ADV_MANNER ;
lujas+Adv:lujas ADV_MANNER ;
muga+Adv:muga ADV_ ;
pigašti+Adv:pigašti ADV_MANNER ;
sigä+Adv:sigä ADV_SPAT ;
sikš+Adv:sikš ADV_ ;
siloi+Adv:siloi ADV_TEMP ;
sinna+Adv:sinna ADV_LAT ;
vaiše+Adv:vaiše ADV_ ;
völ+Adv:völ ADV_TEMP ;

0 comments on commit 9429c41

Please sign in to comment.