Skip to content

Commit

Permalink
Split the aggregate LEXC file into its components.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarppe committed Jun 9, 2024
1 parent b01bb6b commit 668367a
Show file tree
Hide file tree
Showing 9 changed files with 16,386 additions and 0 deletions.
8,193 changes: 8,193 additions & 0 deletions src/fst/morphology/incoming/resplit/lexicon.lexc

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions src/fst/morphology/incoming/resplit/noun_prefixes.lexc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
LEXICON NOUN_PREFIXES
NOUN_INDEP_PREFIXES ;
NOUN_SHORT_PREFIXES ;

LEXICON NOUN_INDEP_PREFIXES
@P.person.NI@:@P.person.NI@nit%< NEG_PREFIXES ;
@P.person.KI@:@P.person.KI@kit%< NEG_PREFIXES ;
@P.person.OT@:@P.person.OT@ot%< NEG_PREFIXES ;
@P.person.NULL@0 NEG_PREFIXES ;

!LEXICON PRE_INDEP_FLAG
[email protected]@ PREVERBS ;
[email protected]@ PREVERBS ;

LEXICON NOUN_SHORT_PREFIXES
@P.person.NI@:@P.person.NI@n%< DEP_STEMS ;
@P.person.KI@:@P.person.KI@k%< DEP_STEMS ;
@P.person.OT@:@P.person.OT@w%< DEP_STEMS ;

Loading

0 comments on commit 668367a

Please sign in to comment.