Skip to content

Commit

Permalink
Unification flags for number phrases.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trondtr committed Sep 13, 2024
1 parent cb7b27c commit 702e5f0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/fst/morphology/root.lexc
Original file line number Diff line number Diff line change
Expand Up @@ -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
! =================================================
Expand Down

0 comments on commit 702e5f0

Please sign in to comment.