You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@opennlp.apache.org by Jesus Romero <Je...@tirania.net> on 2015/12/30 11:07:49 UTC

suggestion

In opennlp manual, this section:

https://opennlp.apache.org/documentation/1.6.0/manual/opennlp.html#tools.sentdetect.training.api

you use this deprecated method:

SentenceDetectorME.train("en", sampleStream, true, null, TrainingParameters.defaultParams())

You could update the documentation to not to use any deprecated method.