Uses of Class
opennlp.tools.sentdetect.SentenceSample
-
Packages that use SentenceSample Package Description opennlp.tools.cmdline.sentdetect opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format.opennlp.tools.formats.ad Experimental package related to theArvores Deitadas corpusformat.opennlp.tools.formats.conllu Experimental package related to the CoNNL-U format.opennlp.tools.formats.convert opennlp.tools.formats.irishsentencebank Experimental package related to the Irish Sentence Bank format.opennlp.tools.formats.letsmt Experimental package related to theletsmtcorpus format.opennlp.tools.formats.masc Experimental package related to theMASCcorpus format.opennlp.tools.formats.moses opennlp.tools.formats.nkjp Experimental package related to the National corpus of PolishNKJPformat.opennlp.tools.sentdetect Package related to identifying sentence boundaries. -
-
Uses of SentenceSample in opennlp.tools.cmdline.sentdetect
Methods in opennlp.tools.cmdline.sentdetect with parameters of type SentenceSample Modifier and Type Method Description voidSentenceEvaluationErrorListener. misclassified(SentenceSample reference, SentenceSample prediction) -
Uses of SentenceSample in opennlp.tools.formats
Methods in opennlp.tools.formats that return types with arguments of type SentenceSample Modifier and Type Method Description ObjectStream<SentenceSample>ConllXSentenceSampleStreamFactory. create(String[] args)ObjectStream<SentenceSample>SentenceSampleStreamFactory. create(String[] args) -
Uses of SentenceSample in opennlp.tools.formats.ad
Methods in opennlp.tools.formats.ad that return SentenceSample Modifier and Type Method Description SentenceSampleADSentenceSampleStream. read()Methods in opennlp.tools.formats.ad that return types with arguments of type SentenceSample Modifier and Type Method Description ObjectStream<SentenceSample>ADSentenceSampleStreamFactory. create(String[] args) -
Uses of SentenceSample in opennlp.tools.formats.conllu
Methods in opennlp.tools.formats.conllu that return SentenceSample Modifier and Type Method Description SentenceSampleConlluSentenceSampleStream. read()Methods in opennlp.tools.formats.conllu that return types with arguments of type SentenceSample Modifier and Type Method Description ObjectStream<SentenceSample>ConlluSentenceSampleStreamFactory. create(String[] args) -
Uses of SentenceSample in opennlp.tools.formats.convert
Methods in opennlp.tools.formats.convert that return SentenceSample Modifier and Type Method Description SentenceSampleAbstractToSentenceSampleStream. read()Methods in opennlp.tools.formats.convert that return types with arguments of type SentenceSample Modifier and Type Method Description ObjectStream<SentenceSample>NameToSentenceSampleStreamFactory. create(String[] args)ObjectStream<SentenceSample>ParseToSentenceSampleStreamFactory. create(String[] args)ObjectStream<SentenceSample>POSToSentenceSampleStreamFactory. create(String[] args) -
Uses of SentenceSample in opennlp.tools.formats.irishsentencebank
Methods in opennlp.tools.formats.irishsentencebank that return types with arguments of type SentenceSample Modifier and Type Method Description ObjectStream<SentenceSample>IrishSentenceBankSentenceStreamFactory. create(String[] args) -
Uses of SentenceSample in opennlp.tools.formats.letsmt
Methods in opennlp.tools.formats.letsmt that return SentenceSample Modifier and Type Method Description SentenceSampleDetokenizeSentenceSampleStream. read()Methods in opennlp.tools.formats.letsmt that return types with arguments of type SentenceSample Modifier and Type Method Description ObjectStream<SentenceSample>LetsmtSentenceStreamFactory. create(String[] args)Constructor parameters in opennlp.tools.formats.letsmt with type arguments of type SentenceSample Constructor Description DetokenizeSentenceSampleStream(Detokenizer detokenizer, ObjectStream<SentenceSample> samples)Initializes aDetokenizeSentenceSampleStream. -
Uses of SentenceSample in opennlp.tools.formats.masc
Methods in opennlp.tools.formats.masc that return SentenceSample Modifier and Type Method Description SentenceSampleMascSentenceSampleStream. read()Reads a newsample of sentences.Methods in opennlp.tools.formats.masc that return types with arguments of type SentenceSample Modifier and Type Method Description ObjectStream<SentenceSample>MascSentenceSampleStreamFactory. create(String[] args) -
Uses of SentenceSample in opennlp.tools.formats.moses
Methods in opennlp.tools.formats.moses that return SentenceSample Modifier and Type Method Description SentenceSampleMosesSentenceSampleStream. read()Methods in opennlp.tools.formats.moses that return types with arguments of type SentenceSample Modifier and Type Method Description ObjectStream<SentenceSample>MosesSentenceSampleStreamFactory. create(String[] args) -
Uses of SentenceSample in opennlp.tools.formats.nkjp
Methods in opennlp.tools.formats.nkjp that return SentenceSample Modifier and Type Method Description SentenceSampleNKJPSentenceSampleStream. read()Methods in opennlp.tools.formats.nkjp that return types with arguments of type SentenceSample Modifier and Type Method Description ObjectStream<SentenceSample>NKJPSentenceSampleStreamFactory. create(String[] args) -
Uses of SentenceSample in opennlp.tools.sentdetect
Methods in opennlp.tools.sentdetect that return SentenceSample Modifier and Type Method Description protected SentenceSampleSentenceDetectorEvaluator. processSample(SentenceSample sample)SentenceSampleSentenceSampleStream. read()Methods in opennlp.tools.sentdetect with parameters of type SentenceSample Modifier and Type Method Description protected Iterator<Event>SDEventStream. createEvents(SentenceSample sample)protected SentenceSampleSentenceDetectorEvaluator. processSample(SentenceSample sample)Method parameters in opennlp.tools.sentdetect with type arguments of type SentenceSample Modifier and Type Method Description voidSDCrossValidator. evaluate(ObjectStream<SentenceSample> samples, int nFolds)Starts the evaluation.static SentenceModelSentenceDetectorME. train(String languageCode, ObjectStream<SentenceSample> samples, boolean useTokenEnd, Dictionary abbreviations)Deprecated.static SentenceModelSentenceDetectorME. train(String languageCode, ObjectStream<SentenceSample> samples, boolean useTokenEnd, Dictionary abbreviations, TrainingParameters mlParams)Deprecated.static SentenceModelSentenceDetectorME. train(String languageCode, ObjectStream<SentenceSample> samples, SentenceDetectorFactory sdFactory, TrainingParameters mlParams)Constructor parameters in opennlp.tools.sentdetect with type arguments of type SentenceSample Constructor Description SDEventStream(ObjectStream<SentenceSample> samples, SDContextGenerator cg, EndOfSentenceScanner scanner)Initializes the current instance.
-