I want to use the sentencer through the API in my Java program, which is very well documented here: http://opennlp.apache.org/documentation/1.6.0/manual/opennlp.html#tools.sentdetect.detection.api, and has also been described here: How to use OpenNLP with Java?
I downloaded the apache-opennlp-1.6.0-bin.tar.gz
from here: http://apache.lauf-forum.at/opennlp/opennlp-1.6.0/
But what I can't find anywhere is how to install OpenNLP such that I can import it in my Java programm. I tried to simply put the .jar
in my workspace, which didn't help. I don't find any documentation on that on the OpenNLP page.