DKPro Core v2.1.0 Release Notes
Release Date: 2019-12-01 // over 3 years ago-
๐ We are pleased to announce the release of
DKPro Core 2.1.0
a collection of interoperable software components for natural language processing (NLP) based on the Apache UIMA framework version 3.
https://dkpro.github.io/dkpro-core
๐ This is a feature release.
Notable changes since DKPro Core 2.0.0
- โ Added option to export XMI using XML 1.1 to avoid issues with certain characters
- โ Added option to CoNLL readers to trim off whitespace from field values to avoid users having issues with incidental space characters (default is on)
- โ Added support for annotator notes in brat format
- ๐ Improved speed for writing WebAnno TSV format (backported from WebAnno)
- ๐ Fixed a couple of issues with the CoNLL 2012 format
- ๐ Fixed default extension for CoNLL-U writer
- ๐ Fixed problem in CoNLL-U writer when text contains line breaks
- ๐ Fixed problem that LanguageToolChecker did not fill in suggestions
- ๐ Fixed setting div type on paragraphs created by CoNLL-U reader
๐ A more detailed overview of the changes in this release can be found [2].
Thanks to all contributors!
โฌ๏ธ When upgrading, please mind that you should not mix different versions of DKPro Core components in your projects - they may not be compatible with each other.
๐ [1] https://github.com/dkpro/dkpro-core/releases/tag/rel%2Fdkpro-core-2.1.0
[2] https://github.com/dkpro/dkpro-core/issues?q=milestone%3A2.1.0
Previous changes from v2.0.0
-
๐ We are pleased to announce the release of
DKPro Core 2.0.0
a collection of interoperable software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
๐ This is a feature release.
โฌ๏ธ Important upgrade notice
This version requires UIMA v3.
โฌ๏ธ If you are upgrading from DKPro Core 1.10.x or earlier, please read the DKPro Core 1.11.0 upgrade notice [1].
Notable changes since DKPro Core 1.11.1
- Switched to UIMAv3
- โ Added filling in suggestions to LanguageToolChecker
- โ Added support for notes to BratReader
- โ Added basic read support for Perseus XML format
- ๐ Improved error message when StanfordNamedEntityRecognizerTrainer is called without training data
- ๐ Moved StopwordRemover to tokit module and removed stopwordremover module
- ๐ Renamed lancaster module to smile
- โ Removed Tag type from syntax module
- ... and a few additional under-the-hood changes
๐ A more detailed overview of the changes in this release can be found [2].
Thanks for contributions go to: @alaindesilets, @mischor
โฌ๏ธ When upgrading, please mind that you should not mix different versions of DKPro Core components in your projects - they may not be compatible with each other.
๐ [1] https://github.com/dkpro/dkpro-core/releases/tag/rel%2Fdkpro-core-2.0.0
[2] https://github.com/dkpro/dkpro-core/issues?q=milestone%3A2.0.0