From 307aa02fd6b7d29d31f31b9acb3f0eabb0b17568 Mon Sep 17 00:00:00 2001 From: Jack Rueter Date: Wed, 17 Apr 2024 07:15:52 +0300 Subject: [PATCH] Work with correlating contlexes in nouns --- src/fst/morphology/affixes/nouns.lexc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/fst/morphology/affixes/nouns.lexc b/src/fst/morphology/affixes/nouns.lexc index c8565882..9b7cd453 100644 --- a/src/fst/morphology/affixes/nouns.lexc +++ b/src/fst/morphology/affixes/nouns.lexc @@ -17,10 +17,26 @@ LEXICON N_with-PL_RED1_qelb LEXICON N_with_PL_RED2_Dial/-SL +Dial/-SL: N_with_PL_RED2 ; +LEXICON N_with_PL_RED2_PRF/s_Dial/-SL + N_with_PL_RED2_PRF/s ; + LEXICON N_with_PL_RED2_Dial/-NL +Dial/-NL: N_with_PL_RED2 ; +LEXICON N_with_PL_RED2_PRF/s_Dial/-NL + N_with_PL_RED2_PRF/s ; + +LEXICON N_with_PL_RED2_PRF/s +@R.NPrefix.s@:@R.NPrefix.s@ N0_with_PL_RED2 ; + LEXICON N_with_PL_RED2 -: DIM_CV1toCV2C ; +@R.NPrefix.ZERO@:@R.NPrefix.ZERO@ N0_with_PL_RED2 ; + + +LEXICON N0_with_PL_RED2 +@D.NMZ@ N1_with_PL_RED2 ; + +LEXICON N1_with_PL_RED2 +!2024-04-12: DIM_CV1toCV2C ; : SG-SUF ; : PL_RED2 ;