Skip to content

Commit

Permalink
New wiring for tags and inflection
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Oct 28, 2024
1 parent 7ae5406 commit e0572d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/fst/morphology/affixes/adverbs.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ LEXICON ADV_DEG !!= @CODE@ пяк

LEXICON ADV_ !!= @CODE@
: K ;
LEXICON ADV_CAN_TAKE_PRTSG3
! Used with modal adverbs: нельзя, можна
COPULA-PRT-30 ;
K ;

LEXICON ADV_MOD !!= @CODE@
: K ;
LEXICON ADV_MANNER !!= @CODE@
Expand Down
2 changes: 2 additions & 0 deletions src/fst/morphology/affixes/propernouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ LEXICON PROP_SARAZ
LEXICON PROP-VOC_KIAJ
+Voc:%^Devoice%^Ь2ZERO%>кяй ENDLEX ;

LEXICON PROP_KAL_rusmdf
+Use/Colloq: PROP_KAL ;
LEXICON PROP_KAL_rus100
+Use/SpellNoSugg: PROP_KAL ;
LEXICON PROP_KAL
Expand Down
4 changes: 3 additions & 1 deletion src/fst/morphology/stems/exceptions.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ LEXICON EXCEPTIONS

!терьхконе+N:терьхконе е:я new contlex?
!! MISSING ADV
например+Adv:например ADV_ ;

организационна+Adv:организационна ADV_ ;
сельмоведеньбачк+Adv:сельмоведеньбачк ADV_ ;
сельмоведьбачк+Adv:сельмоведьбачк ADV_ ;
Expand Down Expand Up @@ -202,7 +204,7 @@ cамс+V+Ind+Prs+ScSg2:саят K ;
роди+Adv:роди ADV_ ;
давай+Pcle:давай PCLE_ ;
валом-валом+Adv:валом-валом ADV_ ;
можна+Adv:можна ADV_ ;
можна+Adv:можна ADV_CAN_TAKE_PRTSG3 ;
тожа+Adv:тожа ADV_ ;
ах+Interj:ах INTERJ_ ;
у-у+Interj:у-у INTERJ_ ;
Expand Down

0 comments on commit e0572d4

Please sign in to comment.