Uses of Class
opennlp.tools.lemmatizer.LemmaSample
Packages that use LemmaSample
Package
Description
Classes giving access to the opennlp.tools.lemmatizer functionalities.
Experimental package related to converting various corpora to OpenNLP Format.
Experimental package related to the CoNNL-U format.
Package related to the lemmatizer functionality.
-
Uses of LemmaSample in opennlp.tools.cmdline.lemmatizer
Methods in opennlp.tools.cmdline.lemmatizer with parameters of type LemmaSampleModifier and TypeMethodDescriptionvoid
LemmatizerFineGrainedReportListener.correctlyClassified
(LemmaSample reference, LemmaSample prediction) void
LemmaEvaluationErrorListener.misclassified
(LemmaSample reference, LemmaSample prediction) void
LemmatizerFineGrainedReportListener.misclassified
(LemmaSample reference, LemmaSample prediction) -
Uses of LemmaSample in opennlp.tools.formats
Methods in opennlp.tools.formats that return types with arguments of type LemmaSampleModifier and TypeMethodDescription -
Uses of LemmaSample in opennlp.tools.formats.conllu
Methods in opennlp.tools.formats.conllu that return LemmaSampleMethods in opennlp.tools.formats.conllu that return types with arguments of type LemmaSampleModifier and TypeMethodDescription -
Uses of LemmaSample in opennlp.tools.lemmatizer
Methods in opennlp.tools.lemmatizer that return LemmaSampleModifier and TypeMethodDescriptionprotected LemmaSample
LemmatizerEvaluator.processSample
(LemmaSample reference) Evaluates the given referenceLemmaSample
object.LemmaSampleStream.read()
Methods in opennlp.tools.lemmatizer that return types with arguments of type LemmaSampleMethods in opennlp.tools.lemmatizer with parameters of type LemmaSampleModifier and TypeMethodDescriptionLemmaSampleEventStream.createEvents
(LemmaSample sample) protected LemmaSample
LemmatizerEvaluator.processSample
(LemmaSample reference) Evaluates the given referenceLemmaSample
object.Method parameters in opennlp.tools.lemmatizer with type arguments of type LemmaSampleModifier and TypeMethodDescriptionstatic LemmatizerModel
LemmatizerME.train
(String languageCode, ObjectStream<LemmaSample> samples, TrainingParameters params, LemmatizerFactory factory) Starts a training of aLemmatizerModel
with the given parameters.Event[]
LemmaSampleSequenceStream.updateContext
(Sequence<LemmaSample> sequence, AbstractModel model) Constructor parameters in opennlp.tools.lemmatizer with type arguments of type LemmaSampleModifierConstructorDescriptionCreates a new event stream based on the specified data stream using aLemmatizerContextGenerator
.LemmaSampleSequenceStream
(ObjectStream<LemmaSample> samples, LemmatizerContextGenerator contextGenerator)