Skip to content

Commit

Permalink
Update propernouns.lexc
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Jul 2, 2024
1 parent 579e187 commit 0ead918
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/fst/morphology/affixes/propernouns.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ LEXICON PROP_KUDO_FEM
!! PLACE NAMES FROM TEMPLATES
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
LEXICON PROP_KAL_PLC !!≈ * **@CODE@** ending in other consonant
+Sem/Plc: NMN_KAL ;
NMN_KAL ;
!+Sem/Plc: NMN_KAL ;

!LEXICON PROP_KIAL1_PLC
!+Sem/Plc: N_KIAL1 ;
Expand All @@ -223,7 +224,8 @@ LEXICON PROP_KAL_PLC !!≈ * **@CODE@** ending in other consonant
!+Sem/Plc: NMN_OSH ;

LEXICON PROP_KUDO_PLC !!≈ * **@CODE@** ending in vowel
+Sem/Plc: NMN_AVA ;
NMN_AVA ;
!+Sem/Plc: NMN_AVA ;
LEXICON PROP_KUDO
NMN_AVA ;

Expand All @@ -232,9 +234,11 @@ LEXICON PROP_KUDO
!! PROPER NOUNS
!!!!!!!!!!!!!!!!
LEXICON PROP_AVA_PLC !!≈ * **@CODE@** ending in vowel
+Sem/Plc: NMN_AVA ;
NMN_AVA ;
!+Sem/Plc: NMN_AVA ;
LEXICON PROP_PEJ_PLC !!≈ * **@CODE@** ending in vowel
+Sem/Plc: NMN_PEJ ;
NMN_PEJ ;
!+Sem/Plc: NMN_PEJ ;


LEXICON PROP_AVA !!≈ * **@CODE@** ending in vowel
Expand Down

0 comments on commit 0ead918

Please sign in to comment.