Skip to content

Commit

Permalink
Set mrj-propernouns off as own lexicon
Browse files Browse the repository at this point in the history
  • Loading branch information
rueter committed Sep 2, 2024
1 parent c0562ef commit 4670c70
Show file tree
Hide file tree
Showing 5 changed files with 1,503 additions and 1,396 deletions.
1 change: 1 addition & 0 deletions src/fst/morphology/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ GT_LEXC_SRCS_L1_L2=\
stems/acronyms.lexc \
stems/exceptions.lexc \
stems/adjectives_newwords.lexc \
stems/mrj-propernouns.lexc \
stems/nouns_newwords.lexc \
stems/numbers.lexc \
stems/numerals.lexc \
Expand Down
3 changes: 2 additions & 1 deletion src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,8 @@ LEXICON Root
nouns ; !!≈ * **@CODE@**
particles ; !!≈ * **@CODE@**
pronouns ; !!≈ * **@CODE@**
propernouns ; !!≈ * **@CODE@**
propernouns ; !!≈ * **@CODE@**
mrj-propernouns ; !!≈ * **@CODE@**
propernouns-toponyms ; !!≈ * **@CODE@**
quantifiers ; !!≈ * **@CODE@**
verbs ; !!≈ * **@CODE@**
Expand Down
Loading

0 comments on commit 4670c70

Please sign in to comment.