Skip to content

Releases: timarkh/uniparser-morph

v2.7.3

19 Dec 13:41
Compare
Choose a tag to compare
  • Productive derivations can now carry over the data from the base lexemes, e.g. translations, in brackets or parentheses (keep_lex_data parameter in derivations).
  • Fixed bugs that prevented some derivations from combining.

v2.6.0

14 Apr 15:46
Compare
Choose a tag to compare
  • Incorporated bugfixes by fmatter.
  • Clitics in clitics.txt now may be split into morphemes using &.
  • Clitics, which are described in paradigms.txt for convenience, are separated by = if they have a sep: = attribute.

v2.5.0

11 Mar 13:27
Compare
Choose a tag to compare
  • Standardized/underlying morpheme in interlinear glossing enabled (std field in lexemes.txt and paradigms.txt).

v2.4.1

13 Sep 13:36
Compare
Choose a tag to compare

Minor bugfix for v2.4.0.

v2.4.0

10 Sep 14:13
Compare
Choose a tag to compare
  • Limited incorporation handling: morphemes can be analyzed as subwords with separate lemmata and tags if they contain LEX tags.
  • CoNLL-like tab-delimited output formatting is now supported (format='conll' parameter).
  • Lexemes and morphemes can now have an ID field.

v2.3.0

08 Jun 12:04
Compare
Choose a tag to compare
  • Morpheme segmentation in the stem with & is enabled.