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
Subclasses with type arguments of type SentenceSample in opennlp.tools.cmdline.sentdetectModifier and TypeClassDescriptionclassTool to convert multiple data formats into native OpenNLP sentence detector training format.final classfinal classA defaultSentenceSample-centric implementation ofAbstractEvaluatorToolthat prints to an output stream.final classclassA default implementation ofEvaluationMonitorthat prints to an output stream.Methods in opennlp.tools.cmdline.sentdetect with parameters of type SentenceSampleModifier and TypeMethodDescriptionvoidSentenceEvaluationErrorListener.misclassified(SentenceSample reference, SentenceSample prediction) -
Uses of SentenceSample in opennlp.tools.formats
Subclasses with type arguments of type SentenceSample in opennlp.tools.formatsModifier and TypeClassDescriptionclassNote: Do not use this class, internal use only!classFactory producing OpenNLPSentenceSampleStreams.Methods in opennlp.tools.formats that return types with arguments of type SentenceSampleModifier and TypeMethodDescription -
Uses of SentenceSample in opennlp.tools.formats.ad
Subclasses with type arguments of type SentenceSample in opennlp.tools.formats.adModifier and TypeClassDescriptionclassNote: Do not use this class, internal use only!Classes in opennlp.tools.formats.ad that implement interfaces with type arguments of type SentenceSampleModifier and TypeClassDescriptionclassNote: Do not use this class, internal use only!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
Subclasses with type arguments of type SentenceSample in opennlp.tools.formats.conlluModifier and TypeClassDescriptionclassclassNote: Do not use this class, internal use only!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
Subclasses with type arguments of type SentenceSample in opennlp.tools.formats.convertModifier and TypeClassDescriptionclassclassNote: Do not use this class, internal use only!classNote: Do not use this class, internal use only!classNote: Do not use this class, internal use only!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
Subclasses with type arguments of type SentenceSample in opennlp.tools.formats.irishsentencebankModifier and TypeClassDescriptionclassNote: Do not use this class, internal use only!Methods in opennlp.tools.formats.irishsentencebank that return types with arguments of type SentenceSampleModifier and TypeMethodDescription -
Uses of SentenceSample in opennlp.tools.formats.letsmt
Subclasses with type arguments of type SentenceSample in opennlp.tools.formats.letsmtModifier and TypeClassDescriptionclassclassclassNote: Do not use this class, internal use only!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
Subclasses with type arguments of type SentenceSample in opennlp.tools.formats.mascModifier and TypeClassDescriptionclassclassNote: Do not use this class, internal use only!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
Subclasses with type arguments of type SentenceSample in opennlp.tools.formats.mosesModifier and TypeClassDescriptionclassMoses is a statistical machine translation system that allows you to automatically train translation models for any language pair.classFactory producing OpenNLPMosesSentenceSampleStreamobjects.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
Subclasses with type arguments of type SentenceSample in opennlp.tools.formats.nkjpModifier and TypeClassDescriptionclassNote: Do not use this class, internal use only!Classes in opennlp.tools.formats.nkjp that implement interfaces with type arguments of type SentenceSampleMethods 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
Subclasses with type arguments of type SentenceSample in opennlp.tools.sentdetectModifier and TypeClassDescriptionclassclassTheSentenceDetectorEvaluatormeasures the performance of the givenSentenceDetectorwith the provided referenceSentenceSamples.classThis class is a stream filter which reads a sentence by line samples from anObjectStreamand converts them intoSentenceSampleobjects.Subinterfaces with type arguments of type SentenceSample in opennlp.tools.sentdetectMethods in opennlp.tools.sentdetect that return SentenceSampleModifier and TypeMethodDescriptionprotected SentenceSampleSentenceDetectorEvaluator.processSample(SentenceSample sample) SentenceSampleStream.read()Methods in opennlp.tools.sentdetect with parameters of type SentenceSampleModifier and TypeMethodDescriptionSDEventStream.createEvents(SentenceSample sample) protected SentenceSampleSentenceDetectorEvaluator.processSample(SentenceSample sample) Method parameters in opennlp.tools.sentdetect with type arguments of type SentenceSampleModifier and TypeMethodDescriptionvoidSDCrossValidator.evaluate(ObjectStream<SentenceSample> samples, int nFolds) Starts the evaluation.static SentenceModelSentenceDetectorME.train(String languageCode, ObjectStream<SentenceSample> samples, SentenceDetectorFactory sdFactory, TrainingParameters mlParams) Starts a training of aSentenceModelwith 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.