Skip to content

Commit

Permalink
Add to verbs in -ы- not -э-
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Aug 13, 2024
1 parent 1374cba commit 6805b1a
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions src/fst/morphology/affixes/nouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -308,21 +308,27 @@ LEXICON N_TAT
NOUNSUF ;

LEXICON N_СИН
:%^М3 NOUNSUF_01_V ;
:%^М3 NOUNSUF_01_Y_VOWEL_INIT ;
!:%^М3 NOUNSUF_01_V ;
: NOUNSUF_01_C ;

LEXICON N_НЮЛЭС
:%^К3 NOUNSUF_01_V ;
:%^К3 NOUNSUF_01_Y_VOWEL_INIT ;
!:%^К3 NOUNSUF_01_V ;
: NOUNSUF_01_C ;

LEXICON N_УРДЭС !FIXME 2024-08-13 ^Ы
:%^SYNC NOUNSUF_01_V ; !урдсын
:%^К3 NOUNSUF_01_V ; !урдэскын
:%^SYNC NOUNSUF_01_Y_VOWEL_INIT ; !урдсын
:%^К3 NOUNSUF_01_Y_VOWEL_INIT ; !урдэскын
!:%^SYNC NOUNSUF_01_V ; !урдсын
!:%^К3 NOUNSUF_01_V ; !урдэскын
: NOUNSUF_01_C ;

LEXICON N_СЮЛЭМ
:%^SYNC NOUNSUF_01_V ; !сюлмын
: NOUNSUF_01_V ; !сюлэмын
:%^SYNC NOUNSUF_01_Y_VOWEL_INIT ; !сюлмын
: NOUNSUF_01_Y_VOWEL_INIT ; !сюлэмын
!:%^SYNC NOUNSUF_01_V ; !сюлмын
!: NOUNSUF_01_V ; !сюлэмын
: NOUNSUF_01_C ;


Expand Down Expand Up @@ -352,12 +358,16 @@ LEXICON NOUNSUF_01

LEXICON NOUNSUF_01_Y
NOUNSUF_01_C ;
NOUNSUF_01_Y_VOWEL_INIT ;

LEXICON NOUNSUF_01_Y_VOWEL_INIT
+Sg: AFTER-SG-CASE_V_Y ;
+Pl:%>ъёс AFTER-SG/PL-CASE_V ;
+Sg+Ter+PxPl1:%>озямы K ; !Sg
+Sg+Ter+PxPl2:%>озяды K ; ! Sg
+Sg+Ter+PxPl3:%>озязы K ; !Sg


LEXICON NOUNSUF_01_C
+Sg: AFTER-SG/PL-CASE_C ;
+Pl:%>ъёс AFTER-SG/PL-CASE_C ;
Expand Down

0 comments on commit 6805b1a

Please sign in to comment.