Verwendungen von Klasse
opennlp.tools.sentdetect.SentenceModel
Packages, die SentenceModel verwenden
Package
Beschreibung
Experimental package related to the corpus format used by the "brat rapid annotation tool" (brat).
Package related to identifying sentence boundaries.
-
Verwendungen von SentenceModel in opennlp.tools.formats.brat
Konstruktoren in opennlp.tools.formats.brat mit Parametern vom Typ SentenceModelModifiziererKonstruktorBeschreibungBratNameSampleStream
(SentenceModel sentModel, TokenizerModel tokenModel, ObjectStream<BratDocument> samples) Creates a newBratNameSampleStream
.BratNameSampleStream
(SentenceModel sentModel, TokenizerModel tokenModel, ObjectStream<BratDocument> samples, Set<String> nameTypes) Creates a newBratNameSampleStream
. -
Verwendungen von SentenceModel in opennlp.tools.sentdetect
Methoden in opennlp.tools.sentdetect, die SentenceModel zurückgebenModifizierer und TypMethodeBeschreibungstatic SentenceModel
SentenceDetectorME.train
(String languageCode, ObjectStream<SentenceSample> samples, SentenceDetectorFactory sdFactory, TrainingParameters mlParams) Starts a training of aSentenceModel
with the given parameters.Konstruktoren in opennlp.tools.sentdetect mit Parametern vom Typ SentenceModelModifiziererKonstruktorBeschreibungSentenceDetectorME
(SentenceModel model) Initializes the current instance.SentenceDetectorME
(SentenceModel model, Dictionary abbDict) Instantiates aSentenceDetectorME
with an existingSentenceModel
.SentenceDetectorME
(SentenceModel model, Factory factory) Veraltet.Initializes aThreadSafeSentenceDetectorME
with the specifiedmodel
.ThreadSafeSentenceDetectorME
(SentenceModel model, Dictionary abbDict) Instantiates aThreadSafeSentenceDetectorME
with an existingSentenceModel
.
SentenceDetectorFactory
to extend SentenceDetector functionality.