Skip to content

Commit

Permalink
Correcting messes by others
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Nov 11, 2024
1 parent 80eb59f commit 1f65d5f
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 9 deletions.
16 changes: 14 additions & 2 deletions src/fst/morphology/affixes/adjectives.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,23 @@ LEXICON A_RUSKED !!≈ * **@CODE@** = goes to NMN\_RUSKED
NMN_RUSKED ;

LEXICON A_MUNA !!≈ **@CODE@** muna:mun
! _a/an/Q/Q/id
!Sg+Nom/Sg+Gen/Sg+Par/Sg+Ill/Pl+Par
N_MUNA ;
+Comp:e%>mb N_POIG ;

LEXICON A_NADO !!≈ * **@CODE@** = nado:nado
N_NADO ;
!LEXICON A_NADO !!≈ * **@CODE@** = nado:nado
! N_NADO ;
!+Comp:%>mb N_POIG ;

LEXICON A_KONDI !!≈ * **@CODE@** = kondi:kondi
N_KONDI ;
+Comp:%>mb N_POIG ;
LEXICON A_KEZI !!≈ * **@CODE@** = kezi:ked
N_KEZI ;
+Comp:e%>mb N_POIG ;!CHECKME 2024-11-11
LEXICON A_PU !!≈ * **@CODE@** = pu:pu
N_PU ;
+Comp:%>mb N_POIG ;


Expand Down
8 changes: 6 additions & 2 deletions src/fst/morphology/affixes/nouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ R ; ! xxx check
: PL-OBLIQUE ;

LEXICON N_POIG ! poig:poig
! _a/an/Q/ha/id
!Sg+Nom/Sg+Gen/Sg+Par/Sg+Ill/Pl+Par
!!€gt-norm: Noun ' / '
!!€ poig: poig+N+Sg+Nom
!!€ poigan: poig+N+Sg+Gen
Expand Down Expand Up @@ -923,8 +925,10 @@ LEXICON SG-EGR-SUF
LEXICON EGR-SUF
+Egr:%>nnopäi K ;

LEXICON SG-ELA-SUF_špäi
+Sg+Ela:špäi K ;
LEXICON SG-ELA-SUF_išpäi
+Sg+Ela:išpäi K ;
!LEXICON SG-ELA-SUF_špäi
!+Sg+Ela:špäi K ;
LEXICON SG-ELA-SUF
+Sg: ELA-SUF ;
LEXICON ELA-SUF
Expand Down
11 changes: 11 additions & 0 deletions src/fst/morphology/affixes/propernouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ LEXICON ACRONDELIMITER ! Here we need some kind of vowel harmony
LEXICON PROP_
+N+Prop: NMN_ ;

LEXICON PROP_NIMI
N_NIMI ;
LEXICON PROP_POIG
N_POIG ;
LEXICON PROP_PU
N_PU ;
LEXICON PROP_SARV
N_SARV ;
LEXICON PROP_TEGII
N_TEGII ;


! vim: set ft=xfst-lexc:

8 changes: 4 additions & 4 deletions src/fst/morphology/affixes/quantifiers.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ LEXICON NUM_YKS1
+Sg+Gen:hten K ;


LEXICON NUM_NORUZ
!! **LEXICON @LEXNAME@**
+Sg+Nom:%>D1E1 K ;
: N_NORUZ ; ! this applies correct case
!LEXICON NUM_NORUZ
!!! **LEXICON @LEXNAME@**
!+Sg+Nom:%>D1E1 K ;
!: N_NORUZ1 ; ! this applies correct case

LEXICON NUM_
!! **LEXICON @LEXNAME@**
Expand Down
2 changes: 1 addition & 1 deletion src/fst/morphology/stems/propernouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Anglii+N+Prop:Angli PROP_TEGII ;
Arabii+N+Prop:Arabi PROP_TEGII ;
Armenii+N+Prop:Armeni PROP_TEGII ;
Avstralii+N+Prop:Avstrali PROP_TEGII ;
Avstrii+N+Prop:Avstri Prop_TEGII ;
Avstrii+N+Prop:Avstri PROP_TEGII ;
Azii+N+Prop:Azi PROP_TEGII ;
Azovmeri+N+Prop:Azov#mer PROP_NIMI ;
Baikal-järv+N+Prop:Baikal-#järv PROP_SARV ;
Expand Down

0 comments on commit 1f65d5f

Please sign in to comment.