You are viewing a plain text version of this content. The canonical link for it is here.
Posted to announce@apache.org by Richard Zowalla <rz...@apache.org> on 2024/02/04 13:31:33 UTC

[ANNOUNCE] OpenNLP 2.3.2 released

The Apache OpenNLP team is pleased to announce the release of version
2.3.2 of Apache OpenNLP. The Apache OpenNLP library is a machine
learning based toolkit for the processing of natural language text. It
supports the most common NLP tasks, such as tokenization, sentence
segmentation, part-of-speech tagging, named entity extraction,
chunking, and parsing.

The OpenNLP 2.3.2 binary and source distributions are available for
download from our download page:
https://opennlp.apache.org/download.html
The OpenNLP library is distributed by Maven Central as well. See the
Maven Dependency page for more details:
https://opennlp.apache.org/maven-dependency.html

In this release we fixed several bugs and upgraded some dependencies.
In addition, we added abbreviation dictionaries for several languages.
Moreover, we addressed a memory issue (OPENNLP-421) which occurs for
large dictionaries due to String interning. Several new configuration
options have been added to choose a strategy. Details can be found in
the related Jira / PR.

We switched the default onnx runtime dependency in opennlp-dl to the
cpu variant. If you need to use the GPU accelerated version of onxx,
you can use the newly added module opennlp-dl-gpu. Moreover, we fixed
the CLI on the Windows plattform.

For a full list of improvements, please see the list of items addressed
in Jira:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311215&version=12353945

The Apache OpenNLP Team