Uses of Class
opennlp.tools.lemmatizer.LemmaSample
-
Packages that use LemmaSample Package Description opennlp.tools.cmdline.lemmatizer Classes giving access to the opennlp.tools.lemmatizer functionalities.opennlp.tools.formats Experimental package related to converting various corpora to OpenNLP Format.opennlp.tools.formats.conllu Experimental package related to the CoNNL-U format.opennlp.tools.lemmatizer Package related to the lemmatizer functionality. -
-
Uses of LemmaSample in opennlp.tools.cmdline.lemmatizer
Methods in opennlp.tools.cmdline.lemmatizer with parameters of type LemmaSample Modifier and Type Method Description voidLemmatizerFineGrainedReportListener. correctlyClassified(LemmaSample reference, LemmaSample prediction)voidLemmaEvaluationErrorListener. misclassified(LemmaSample reference, LemmaSample prediction)voidLemmatizerFineGrainedReportListener. misclassified(LemmaSample reference, LemmaSample prediction) -
Uses of LemmaSample in opennlp.tools.formats
Methods in opennlp.tools.formats that return types with arguments of type LemmaSample Modifier and Type Method Description ObjectStream<LemmaSample>LemmatizerSampleStreamFactory. create(String[] args) -
Uses of LemmaSample in opennlp.tools.formats.conllu
Methods in opennlp.tools.formats.conllu that return LemmaSample Modifier and Type Method Description LemmaSampleConlluLemmaSampleStream. read()Methods in opennlp.tools.formats.conllu that return types with arguments of type LemmaSample Modifier and Type Method Description ObjectStream<LemmaSample>ConlluLemmaSampleStreamFactory. create(String[] args) -
Uses of LemmaSample in opennlp.tools.lemmatizer
Methods in opennlp.tools.lemmatizer that return LemmaSample Modifier and Type Method Description protected LemmaSampleLemmatizerEvaluator. processSample(LemmaSample reference)Evaluates the given referenceLemmaSampleobject.LemmaSampleLemmaSampleStream. read()Methods in opennlp.tools.lemmatizer that return types with arguments of type LemmaSample Modifier and Type Method Description Sequence<LemmaSample>LemmaSampleSequenceStream. read()Methods in opennlp.tools.lemmatizer with parameters of type LemmaSample Modifier and Type Method Description protected Iterator<Event>LemmaSampleEventStream. createEvents(LemmaSample sample)protected LemmaSampleLemmatizerEvaluator. processSample(LemmaSample reference)Evaluates the given referenceLemmaSampleobject.Method parameters in opennlp.tools.lemmatizer with type arguments of type LemmaSample Modifier and Type Method Description static LemmatizerModelLemmatizerME. train(String languageCode, ObjectStream<LemmaSample> samples, TrainingParameters params, LemmatizerFactory factory)Starts a training of aLemmatizerModelwith the given parameters.Event[]LemmaSampleSequenceStream. updateContext(Sequence<LemmaSample> sequence, AbstractModel model)Constructor parameters in opennlp.tools.lemmatizer with type arguments of type LemmaSample Constructor Description LemmaSampleEventStream(ObjectStream<LemmaSample> d, LemmatizerContextGenerator cg)Creates a new event stream based on the specified data stream using aLemmatizerContextGenerator.LemmaSampleSequenceStream(ObjectStream<LemmaSample> samples, LemmatizerContextGenerator contextGenerator)
-