* 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.
2.6.0
- Incorporated bugfixes by [fmatter](https://github.com/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.
2.5.0
* Standardized/underlying morpheme in interlinear glossing enabled (``std`` field in ``lexemes.txt`` and ``paradigms.txt``).
2.4.1
Minor bugfix for v2.4.0.
2.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.
2.3.0
- Morpheme segmentation in the stem with ``&`` is enabled.