Skip to content

Commit

Permalink
Update root.lexc
Browse files Browse the repository at this point in the history
Add ErrOrth and Pmatch flags
comment out unused contlexes
  • Loading branch information
rueter committed Nov 17, 2024
1 parent 456843b commit 2a145a9
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ Multichar_Symbols
@C.ErrOrth@ !!≈ * **@CODE@**
@D.ErrOrth.ON@ !!≈ * **@CODE@**
@P.ErrOrth.ON@ !!≈ * **@CODE@**
@R.ErrOrth.ON@ !!≈ * **@CODE@**

@P.Pmatch.Backtrack@ !!≈ * **@CODE@**

!! ## Grammatical tags

Expand Down Expand Up @@ -534,15 +535,15 @@ LEXICON INTERJ_
! LEXICON NUMERAL
! # ;

LEXICON NUMBERSUF
!! @LEXNAME@
: K;
:%> CASESUF ;
:%> ORDINAL ;
!LEXICON NUMBERSUF
!!! @LEXNAME@
!: K;
!:%> CASESUF ;
!:%> ORDINAL ;

LEXICON ORDINAL
!! @LEXNAME@
+Ord:этӥ K;
!LEXICON ORDINAL
!!! @LEXNAME@
!+Ord:этӥ K;


! Not used
Expand Down Expand Up @@ -587,12 +588,8 @@ LEXICON PO_ILL
LEXICON PO_INE
+Ine: K ;

LEXICON CASESUF #;
!! @LEXNAME@
LEXICON PRON #;
!! @LEXNAME@
LEXICON DEM #;
!! @LEXNAME@
!LEXICON CASESUF #;
!!! @LEXNAME@
LEXICON ENDLEX # ;

! vim: set ft=xfst-lexc:

0 comments on commit 2a145a9

Please sign in to comment.