Finite state and Constraint Grammar based analysers, proofing tools and other resources
INTRODUCTION TO THE MORPHOLOGICAL ANALYSER OF Upper Necaxa Totonac.
The morphological analyses of wordforms in Plains Cree are presented in this system in terms of the following symbols. (It is highly suggested to follow existing standards when adding new tags).
POS
+A
+Num
Verbal MSP
+Prf
+Irr Irrealis,
+Dur Durative
+Prog Progressive
+3iSg 3i is indefinite
+12Pl 12Pl is inclusive plural (I, you, …)
+3iPlO
Nominal MSP
+Pl plural
+Px3Pl
%> suffix border 2Sg Stress shift ^SS
+Err/Orth tag for substandard forms
These are documented in Chapter 8 of Beesley/Karttunen, p. 456 zB.
@U.verb.3plindep@
@U.verb.3plsbj@
@U.verb.1sgoplindep@
@U.verb.2sgoplindep@
@U.verb.3sgoplindep@
@U.verb.3ploindep@
@U.noun.3pl@
We have manually optimised the structure of our lexicon using following flag diacritics to restrict morhpological combinatorics - only allow compounds with verbs if the verb is further derived into a noun again: | @P.NeedNoun.ON@ | (Dis)allow compounds with verbs unless nominalised | @D.NeedNoun.ON@ | (Dis)allow compounds with verbs unless nominalised | @C.NeedNoun@ | (Dis)allow compounds with verbs unless nominalised
For languages that allow compounding, the following flag diacritics are needed to control position-based compounding restrictions for nominals. Their use is handled automatically if combined with +CmpN/xxx tags. If not used, they will do no harm. | @P.CmpFrst.FALSE@ | Require that words tagged as such only appear first | @D.CmpPref.TRUE@ | Block such words from entering ENDLEX | @P.CmpPref.FALSE@ | Block these words from making further compounds | @D.CmpLast.TRUE@ | Block such words from entering R | @D.CmpNone.TRUE@ | Combines with the next tag to prohibit compounding | @U.CmpNone.FALSE@ | Combines with the prev tag to prohibit compounding | @P.CmpOnly.TRUE@ | Sets a flag to indicate that the word has passed R | @D.CmpOnly.FALSE@ | Disallow words coming directly from root.
Use the following flag diacritics to control downcasing of derived proper nouns (e.g. Finnish Pariisi -> pariisilainen). See e.g. North Sámi for how to use these flags. There exists a ready-made regex that will do the actual down-casing given the proper use of these flags. | @U.Cap.Obl@ | Allowing downcasing of derived names: deatnulasj. | @U.Cap.Opt@ | Allowing downcasing of derived names: deatnulasj.
LEXICON Root is where it all starts
This (part of) documentation was generated from src/fst/morphology/root.lexc