Skip to content

Commit

Permalink
Add New declension type
Browse files Browse the repository at this point in the history
PAVEL
  • Loading branch information
rueter committed Nov 15, 2024
1 parent 79620de commit 8cc1357
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
24 changes: 21 additions & 3 deletions src/fst/morphology/affixes/nouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,17 @@ R ; ! xxx check
:%>a PL-ACC-SUF ;
:o PL-OBLIQUE ;

LEXICON N_PAVEL
!: N_0/RmVow ;
: SG-NOM-SUF ;
+Sg+Ill:%^RmVow%>aha K ;
+Sg+Par:%^RmVow%>ad K ;
:%^RmVow%>a SG-OBLIQUE_NO_DERIV/ILL/PAR ;
! Plural
!:%>a PL-NOM-SUF ;
!:%>a PL-ACC-SUF ;
!:o PL-OBLIQUE ;

LEXICON N_IGA ! igä:ig
!!€gt-norm: Noun ' / '
!!€ : +N+Sg+Nom
Expand Down Expand Up @@ -168,6 +179,9 @@ R ; ! xxx check


LEXICON N_LIND ! lind:lind
N_0/un/ud/hu/uid ;
LEXICON N_0/un/ud/hu/uid ! lind:lind
! N_0/un/ud/hu/uid
!!€gt-norm: Noun ' / '
!!€ : +N+Sg+Nom
!!€ n: +N+Sg+Gen
Expand Down Expand Up @@ -800,8 +814,14 @@ R ; ! xxx check




LEXICON SG-OBLIQUE
SG-OBLIQUE_NO_DERIV/ILL/PAR ;
+Der+Der/Toi+A:%>to A_KENGATOI ;
SG-ILL-SUF ;
SG-PAR-SUF ;

LEXICON SG-OBLIQUE_NO_DERIV/ILL/PAR
SG-ABE-SUF ;
SG-ABL-SUF ;
SG-ACC-SUF ;
Expand All @@ -812,13 +832,11 @@ LEXICON SG-OBLIQUE
SG-APR1-SUF ;
SG-APR2-SUF ;
SG-COM-SUF ;
SG-EGR-SUF ;
SG-EGR-SUF ; !nnopäi/nopäi
SG-ELA-SUF ;
SG-ESS-SUF ;
SG-GEN-SUF ;
SG-ILL-SUF ;
SG-INE-SUF ;
SG-PAR-SUF ;
SG-PRL-SUF ;
SG-TER1-SUF ;
SG-TER2-SUF ;
Expand Down
1 change: 1 addition & 0 deletions src/fst/morphology/stems/propernouns_newwords.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ Kuzʼjärv+N+Prop:Kuzʼ#järv N_SARV ;
Ilʼmjärv+N+Prop:Ilʼm#järv N_SARV ;
Šoutjärv+N+Prop:Šout#järv N_SARV ;
Änižjärv+N+Prop:Äniž#järv N_SARV ;
Pavel+N+Prop:Pavel N_PAVEL ;

0 comments on commit 8cc1357

Please sign in to comment.