From 702e5f02139d65d3b3aebb0305150ae49fbb1129 Mon Sep 17 00:00:00 2001 From: Trond Trosterud Date: Thu, 12 Sep 2024 22:03:34 +0200 Subject: [PATCH] Unification flags for number phrases. --- src/fst/morphology/root.lexc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/fst/morphology/root.lexc b/src/fst/morphology/root.lexc index 48895206c..e75592edc 100644 --- a/src/fst/morphology/root.lexc +++ b/src/fst/morphology/root.lexc @@ -742,6 +742,21 @@ Multichar_Symbols !!≈ **@CODE@** definitions ! @P.Need3Part.ON@ @D.Need3Part.ON@ @C.Need3Part@ !3Part +!! Use the following flag diacritics to control harmony in numeral case inflection + +!! | Flag | Explanation +!! | --- | --- + @U.Case.Nom@ !!≈ | **@CODE@** | Unifies with case Nominative + @U.Case.Gen@ !!≈ | **@CODE@** | Unifies with case Genitive + @U.Case.Ill@ !!≈ | **@CODE@** | Unifies with case Illative + @U.Case.Loc@ !!≈ | **@CODE@** | Unifies with case Locative + @U.Case.Com@ !!≈ | **@CODE@** | Unifies with case Comitative + @U.Case.Ess@ !!≈ | **@CODE@** | Unifies with case Essive + @U.Number.Sg@ !!≈ | **@CODE@** | Unifies with number Singular + @U.Number.Pl@ !!≈ | **@CODE@** | Unifies with number Plural + + + ! ================================================= !! Basic lexica, pointing to the other lexicon files ! =================================================