Machine learning toolkit for natural language processing tasks like tokenization, sentence detection, and named entity recognition.
<dependency>
<groupId>org.apache.opennlp</groupId>
<artifactId>opennlp-tools</artifactId>
<version>2.5.9</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Tokenizes a sentence using the simple whitespace-based tokenizer.
Download models compatible with OpenNLP 2.x from the official site.
No dependency data recorded yet.