DKPro Core v2.1.0 Release Notes

Release Date: 2019-12-01 // over 4 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