Tornedalen Finnish NLP Grammar

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

View the project on GitHub giellalt/lang-fit

Documenting the file for Meänkieli adjective morphology

This file documents the file affixes/adjectives.lexc for Meänkieli adjective morphology.

Most lexica here (a1, a_e, …) add +A, and thereafter redirect to the corresponding x1, x_e, … lexicon in affixes/nouns.lexc for case inflection. The lexicon numbers correspond to the ones for nouns.

In addition, each lexicon also points to comparative and superlative sublexica.

Unassigned

LEXICON ax pointing to a1. It is for adjectives that have still not been classified.

Regular lexica

LEXICON a1 adding +A and sending to x1, and to 3comp, 3sup.

LEXICON a1_e vanha, which has Err/Orth vanhee-, otherwise like a1

LEXICON a_vasen adding +A and sending to x1, and to 3comp, 3sup.

LEXICON a_e gets +A and goes to x_e.

LEXICON a3 kamala gets +A and points to x3

LEXICON a4 has no comparative or superlative , just points to x4

LEXICON anen has no comparative or superlative , just points to xnen

LEXICON aas has no comparative or superlative , just points to xnas

LEXICON a_suuri has no comparative or superlative , just points to x4

LEXICON a1_ton

LEXICON x1_ton

Comparative inflection

LEXICON 3comp 2syll adj, 3syll comparative

LEXICON 4comp 3syll adj, 4syll comparative

LEXICON xcomp common for 2syll and 3syll

Superlative inflection

LEXICON 3sup 2syll adj, 3syll superlative

LEXICON 4sup 3syll adj, 4syll superlative

LEXICON xsup common for 2syll and 3syll


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