Skip to content

Commit

Permalink
Correct affixes feed
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Aug 12, 2024
1 parent 81f7cf1 commit d743e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fst/morphology/affixes/nouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -285,15 +285,15 @@ LEXICON N_RUS_JA
!! set the stem as ending in –ия, but there is a trigger that causes
!! the final "я" to disappear in some situations.
! Testing Jaska
:я%^RusJa NOUNSUF ;
:%^RusJa NOUNSUF ;
+Err/Orth: NOUNSUF ;

LEXICON N_RUS_JE
!! Words from Russian in **@LEXNAME@** end in –ие, our lexicon entries
!! set the stem as ending in –ие, but there is a trigger that causes
!! the final "е" to disappear in some situations.
! Testing Jaska
:е%^RusJa NOUNSUF ;
:%^RusJa NOUNSUF ;
+Err/Orth: NOUNSUF ;

LEXICON N_TAT
Expand Down

0 comments on commit d743e14

Please sign in to comment.