Releases: timarkh/uniparser-morph
Releases · timarkh/uniparser-morph
v2.7.3
- 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
- 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
- Standardized/underlying morpheme in interlinear glossing enabled (
std
field in lexemes.txt
and paradigms.txt
).
v2.4.0
- 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
- Morpheme segmentation in the stem with
&
is enabled.