Uses of Class
opennlp.tools.sentdetect.SentenceSample
Packages that use SentenceSample
Package
Description
Experimental package related to converting various corpora to OpenNLP Format.
Experimental package related to the
Arvores Deitadas corpus
format.Experimental package related to the CoNNL-U format.
Experimental package related to the Irish Sentence Bank format.
Experimental package related to the
letsmt
corpus format.Experimental package related to the
MASC
corpus format.Experimental package related to the National corpus of Polish
NKJP
format.Package related to identifying sentence boundaries.
-
Uses of SentenceSample in opennlp.tools.cmdline.sentdetect
Methods in opennlp.tools.cmdline.sentdetect with parameters of type SentenceSampleModifier and TypeMethodDescriptionvoid
SentenceEvaluationErrorListener.misclassified
(SentenceSample reference, SentenceSample prediction) -
Uses of SentenceSample in opennlp.tools.formats
Methods in opennlp.tools.formats that return types with arguments of type SentenceSampleModifier and TypeMethodDescription -
Uses of SentenceSample in opennlp.tools.formats.ad
Methods in opennlp.tools.formats.ad that return SentenceSampleMethods in opennlp.tools.formats.ad that return types with arguments of type SentenceSampleModifier and TypeMethodDescription -
Uses of SentenceSample in opennlp.tools.formats.conllu
Methods in opennlp.tools.formats.conllu that return SentenceSampleMethods in opennlp.tools.formats.conllu that return types with arguments of type SentenceSampleModifier and TypeMethodDescription -
Uses of SentenceSample in opennlp.tools.formats.convert
Methods in opennlp.tools.formats.convert that return SentenceSampleMethods in opennlp.tools.formats.convert that return types with arguments of type SentenceSampleModifier and TypeMethodDescription -
Uses of SentenceSample in opennlp.tools.formats.irishsentencebank
Methods in opennlp.tools.formats.irishsentencebank that return types with arguments of type SentenceSampleModifier and TypeMethodDescription -
Uses of SentenceSample in opennlp.tools.formats.letsmt
Methods in opennlp.tools.formats.letsmt that return SentenceSampleMethods in opennlp.tools.formats.letsmt that return types with arguments of type SentenceSampleModifier and TypeMethodDescriptionConstructor parameters in opennlp.tools.formats.letsmt with type arguments of type SentenceSampleModifierConstructorDescriptionDetokenizeSentenceSampleStream
(Detokenizer detokenizer, ObjectStream<SentenceSample> samples) Initializes aDetokenizeSentenceSampleStream
. -
Uses of SentenceSample in opennlp.tools.formats.masc
Methods in opennlp.tools.formats.masc that return SentenceSampleModifier and TypeMethodDescriptionMascSentenceSampleStream.read()
Reads a newsample of sentences
.Methods in opennlp.tools.formats.masc that return types with arguments of type SentenceSampleModifier and TypeMethodDescription -
Uses of SentenceSample in opennlp.tools.formats.moses
Methods in opennlp.tools.formats.moses that return SentenceSampleMethods in opennlp.tools.formats.moses that return types with arguments of type SentenceSampleModifier and TypeMethodDescription -
Uses of SentenceSample in opennlp.tools.formats.nkjp
Methods in opennlp.tools.formats.nkjp that return SentenceSampleMethods in opennlp.tools.formats.nkjp that return types with arguments of type SentenceSampleModifier and TypeMethodDescription -
Uses of SentenceSample in opennlp.tools.sentdetect
Methods in opennlp.tools.sentdetect that return SentenceSampleModifier and TypeMethodDescriptionprotected SentenceSample
SentenceDetectorEvaluator.processSample
(SentenceSample sample) SentenceSampleStream.read()
Methods in opennlp.tools.sentdetect with parameters of type SentenceSampleModifier and TypeMethodDescriptionSDEventStream.createEvents
(SentenceSample sample) protected SentenceSample
SentenceDetectorEvaluator.processSample
(SentenceSample sample) Method parameters in opennlp.tools.sentdetect with type arguments of type SentenceSampleModifier and TypeMethodDescriptionvoid
SDCrossValidator.evaluate
(ObjectStream<SentenceSample> samples, int nFolds) Starts the evaluation.static SentenceModel
SentenceDetectorME.train
(String languageCode, ObjectStream<SentenceSample> samples, SentenceDetectorFactory sdFactory, TrainingParameters mlParams) Starts a training of aSentenceModel
with the given parameters.Constructor parameters in opennlp.tools.sentdetect with type arguments of type SentenceSampleModifierConstructorDescriptionSDEventStream
(ObjectStream<SentenceSample> samples, SDContextGenerator cg, EndOfSentenceScanner scanner) Initializes the current instance.