We are pleased to announce the release of
### DKPro Core 1.11.1
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 bugfix release.
#### Important upgrade notice
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.0
- Fixed trimming of whitespace at the start and end of annotations
- Fixed encoding of named entity categories in LIF format
- Fixed unescaping of URI-encoded characters when writing files
- Added parameter to control whitespace normalization in HtmlDocumentReader
- Added parameters to control indentation and output method in XmlDocumentWriter
- Improved exception in Stanford CoreNLP NER trainer when no documents have been processed
A more detailed overview of the changes in this release can be found [2].
Thanks for contributions go to: @az79nefy, @ramonziai, @manuelciosici, @Horsmann, @tilmanbeck, @alaindesilets, @jcklie
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/dkpro-core-1.11.0
[2]
https://github.com/dkpro/dkpro-core/issues?q=milestone%3A1.11.1