Wangkajunga NLP Grammar

Finite state and Constraint Grammar based analysers, proofing tools and other resources

View the project on GitHub giellalt/lang-mpj

Page Content

Documenting the Wangkajunga root.lexc file

This files documents the Wangkajunga root.lexc file.

Analysis symbols

The morphological analyses of wordforms for the Wangkajunga language are presented in this system in terms of the following symbols. (It is highly suggested to follow existing standards when adding new tags).

The parts-of-speech are:

Transitivity:

nominal cases

Derivational tags

Other tags

pronoun clitics

other cases are declared elsewhere - Dat, Abs, Abl.

Verb affixes

tense inflections

irrealis tense inflections ! TODO: work on tags. Irrealis/Admon? But two separate morphophonemes

affixes following from irrealis inflections

serial and nominalised inflections

verb derivation affixes

temporal relative affix

verb directional affixes

verb post-inflection affixes

verb compounds

Reduplication

Clitics

Demonstrative affixes #TODO: add more meaning to tag names?

Flag diacritics for verb conjugations

Flag diacritics for noun cases

DCASE = derivational case

corresponding D-flags

SCASE = semantic case

corresponding D-flags

Flag diacritics for clitics (to ensure the same clitic does not appear twice on a single word)

CLT = clitic

corresponding D-flags

Flag diacritics for pronoun clitics (to ensure the same case is not used twice within a cluster).

CLCASE = pronoun clitic case TODO: consider changing name to PCCASE

corresponding D-flags

integrate the things to come:

Here are the tags from the template. These and the ones above should be merged.

The parts of speech are further split up into:

The Usage extents are marked using following tags:

The nominals are inflected in the following Case and Number

The possession is marked as such:

Verb moods are:

Other verb forms are

Abbreviated words are classified with:

Question and Focus particles:

Semantics are classified with

Derivations are classified under the morphophonetic form of the suffix, the

source and target part-of-speech.

Morphophonology


Flag diacritics

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:

Flag Explanation [
[——[————-  
@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.

Flag Explanation [
[——[————-  
@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.

Flag Explanation [
[——[————-  
@U.Cap.Obl@ Allowing downcasing of derived names: deatnulasj.
@U.Cap.Opt@ Allowing downcasing of derived names: deatnulasj.

LEXIXON Root

The word forms in Wangkajunga language start from the lexeme roots of basic word classes, or optionally from prefixes:


This (part of) documentation was generated from src/fst/morphology/root.lexc