Package edu.northwestern.at.morphadorner.corpuslinguistics.lexicon

Lexicon of spelling, lemmata, and parts of speech.

See: Description

Package edu.northwestern.at.morphadorner.corpuslinguistics.lexicon Description

Lexicon of spelling, lemmata, and parts of speech.

A MorphAdorner Lexicon stores spellings and their possible lemmata and parts of speech. A lexicon may also contain affixes instead of spellings, in which the lemmata are not generally provided.

All MorphAdorner lexicons must implement the Lexicon interface. The LexiconFactory provides the mechanism for instantiating a default or specified instance of a lexicon implementation. You may extend the AbstractLexicon to create a new lexicon class.