Skip to content

Commit

Permalink
Remove duplicate tagging
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Aug 12, 2024
1 parent f71a4c0 commit e38758c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/fst/morphology/stems/nouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ tubig+N:tubig NOUN_C; ! water
ulap+N:ulap NOUN_C; ! cloud

LEXICON NOUN_V
@U.Lig.V@+N:@U.Lig.V@ Ligatures ;
@U.Lig.V@:@U.Lig.V@ Ligatures ;

LEXICON NOUN_N
@U.Lig.N@+N:@U.Lig.N@ Ligatures ;
@U.Lig.N@:@U.Lig.N@ Ligatures ;

LEXICON NOUN_C
@U.Lig.C@+N:@U.Lig.C@ Ligatures ;
@U.Lig.C@:@U.Lig.C@ Ligatures ;

0 comments on commit e38758c

Please sign in to comment.