Skip to content

Commit 8cd6a0d

Browse files
committed
add vähem as Adv and include in PARTITIVE-ADV
1 parent abce0f6 commit 8cd6a0d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/fst/morphology/stems/adverbs.lexc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,6 +1481,7 @@ vägevästi+Adv:vägevästi ADV_ "vahvasti" ;
14811481
vägi+Adv:vägi ADV_ "aika" ;
14821482
vägie% myöte+Adv:vägie% myöte ADV_ "voimiensa mukaan" ;
14831483
vägitukul+Adv:vägitukul ADV_ "kunnolla" ;
1484+
vähem+Adv:vähem ADV_ "vähemmän" ;
14841485
vähembi+Adv:vähembi ADV_ "vähemmin" ;
14851486
vähimilleh+Adv:vähimilleh ADV_ "vähintään" ;
14861487
vähimyölleh+Adv:vähimyölleh ADV_ "vähintään" ;

tools/tts/disamb-cleanups.cg3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ LIST CUASUN = ("č") ;
4040
LIST NUM = (Sg) (Du) (Pl) ;
4141
LIST CASE = (Nom) (Gen) (Par) (Ine) ;
4242

43-
LIST PARTITIVE-ADV = ("läs" Adv) ("enäm" Adv) ("nenga" Adv) ;
43+
LIST PARTITIVE-ADV = ("läs" Adv) ("enäm" Adv) ("vähem" Adv) ; # ("nenga" Adv) ;
4444

4545
LIST NEGATION = ("ei" V Neg) ;
4646

@@ -100,7 +100,7 @@ SUBSTITUTE:digits-after-par-adverbs (Num Arab) (Num Arab Card Sg Par)
100100
(NEGATE 0 Sem/Date OR Sem/Time-clock) ;
101101

102102
# Kyzelyh vastai enäm 3 000 teini-igähisty nuordu.
103-
# -> Kyzelyh vastai enäm kolmetuhattu teini-igähisty nuordu.
103+
# -> Kyzelyh vastai enäm kolmietuhattu teini-igähisty nuordu.
104104

105105
SUBSTITUTE:digits-par-after-negs (Num Arab) (Num Arab Card Sg Par)
106106
TARGET (Num Arab)

0 commit comments

Comments
 (0)