Skip to content

Commit 5725ba8

Browse files
committed
Migrate adjectives-regular
adjectives-russian-like to one stems/adjectives.lexc
1 parent c0cf8a2 commit 5725ba8

File tree

6 files changed

+13574
-7476
lines changed

6 files changed

+13574
-7476
lines changed

src/fst/morphology/Makefile.am

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ GT_LEXC_SRCS_L1_L2=\
3737
stems/acronyms.lexc \
3838
stems/kpv-acronyms.lexc \
3939
stems/kom-adjectives-russian-like.lexc \
40-
stems/adjectives-russian-like.lexc \
41-
stems/adjectives-russian-like_newwords.lexc \
42-
stems/adjectives-regular.lexc \
40+
stems/adjectives.lexc \
4341
stems/adjectives_newwords.lexc \
4442
stems/adpositions.lexc \
4543
stems/adverbs.lexc \

src/fst/morphology/affixes/adjectives.lexc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A_RU-O2J ;
1717
LEXICON A_RU-O2J
1818
+Use/SpellNoSugg:ӧй A_ ;
1919
+Use/NG+Err/Dial:%>эй A_ ;
20-
+Use/SpellNoSugg:о%- adjectives-russian-like ;
20+
+Use/SpellNoSugg:о%- adjectives ;!This needs flags for compound if there are no hybrids 2025-01-11, e.g., агитационно-синма
2121

2222
LEXICON DENOMINAL-LOCATIVE-ADJECTIVES
2323
@U.Cap.Opt@+Loc:@U.Cap.Opt@%>са A_ ;

src/fst/morphology/root.lexc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -853,7 +853,6 @@ LEXICON Root
853853
!! word classes, or optionally from prefixes:
854854
SUBSTANDARDS ; !!≈ * @CODE@ temporary solution
855855
adjectives ; !!≈ * @CODE@
856-
adjectives-russian-like ; !!≈ * @CODE@
857856
kom-adjectives-russian-like ; !!≈ * @CODE@
858857
adpositions ; !!≈ * @CODE@
859858
adverbs ; !!≈ * @CODE@
@@ -889,7 +888,6 @@ LEXICON Root
889888
dialect_lexicon ; !!≈ * @CODE@
890889
urj-Cyrl-ProperNouns ; !!≈ * @CODE@ ! Testing 2015-09-06
891890
A_NEWWORDS ; !!≈ * @CODE@
892-
A-Russian-like_NEWWORDS ; !!≈ * @CODE@
893891
ADV_NEWWORDS ; !!≈ * @CODE@
894892
N_NEWWORDS ; !!≈ * @CODE@
895893
@U.Cap.Obl@ PROP_NEWWORDS ; !!≈ * @CODE@

0 commit comments

Comments
 (0)