Uses of Class
opennlp.tools.postag.POSSample
Packages that use POSSample
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
MASC
corpus format.Experimental package related to the OntoNotes 4.0 format.
Package containing common code for performing full syntactic parsing.
Package related to part-of-speech tagging.
-
Uses of POSSample in opennlp.tools.cmdline.postag
Methods in opennlp.tools.cmdline.postag with parameters of type POSSampleModifier and TypeMethodDescriptionvoid
POSTaggerFineGrainedReportListener.correctlyClassified
(POSSample reference, POSSample prediction) void
POSEvaluationErrorListener.misclassified
(POSSample reference, POSSample prediction) void
POSTaggerFineGrainedReportListener.misclassified
(POSSample reference, POSSample prediction) -
Uses of POSSample in opennlp.tools.formats
Methods in opennlp.tools.formats that return POSSampleMethods in opennlp.tools.formats that return types with arguments of type POSSampleModifier and TypeMethodDescription -
Uses of POSSample in opennlp.tools.formats.ad
Methods in opennlp.tools.formats.ad that return POSSampleMethods in opennlp.tools.formats.ad that return types with arguments of type POSSampleModifier and TypeMethodDescription -
Uses of POSSample in opennlp.tools.formats.conllu
Methods in opennlp.tools.formats.conllu that return POSSampleMethods in opennlp.tools.formats.conllu that return types with arguments of type POSSampleModifier and TypeMethodDescription -
Uses of POSSample in opennlp.tools.formats.convert
Methods in opennlp.tools.formats.convert that return POSSampleMethods in opennlp.tools.formats.convert that return types with arguments of type POSSampleModifier and TypeMethodDescriptionMethods in opennlp.tools.formats.convert with parameters of type POSSampleModifier and TypeMethodDescriptionprotected String[]
POSToSentenceSampleStream.toSentence
(POSSample sample) Constructor parameters in opennlp.tools.formats.convert with type arguments of type POSSampleModifierConstructorDescriptionPOSToSentenceSampleStream
(Detokenizer detokenizer, ObjectStream<POSSample> samples, int chunkSize) Initializes aPOSToSentenceSampleStream
.POSToTokenSampleStream
(Detokenizer detokenizer, ObjectStream<POSSample> samples) Initializes aPOSToTokenSampleStream
. -
Uses of POSSample in opennlp.tools.formats.masc
Methods in opennlp.tools.formats.masc that return POSSampleMethods in opennlp.tools.formats.masc that return types with arguments of type POSSampleModifier and TypeMethodDescription -
Uses of POSSample in opennlp.tools.formats.ontonotes
Methods in opennlp.tools.formats.ontonotes that return types with arguments of type POSSampleModifier and TypeMethodDescription -
Uses of POSSample in opennlp.tools.parser
Methods in opennlp.tools.parser that return POSSample -
Uses of POSSample in opennlp.tools.postag
Methods in opennlp.tools.postag that return POSSampleModifier and TypeMethodDescriptionstatic POSSample
Parses asentenceString
.protected POSSample
POSEvaluator.processSample
(POSSample reference) Evaluates the given referencePOSSample
object.WordTagSampleStream.read()
Parses the next sentence and return the nextPOSSample
object.Methods in opennlp.tools.postag that return types with arguments of type POSSampleMethods in opennlp.tools.postag with parameters of type POSSampleModifier and TypeMethodDescriptionPOSSampleEventStream.createEvents
(POSSample sample) protected POSSample
POSEvaluator.processSample
(POSSample reference) Evaluates the given referencePOSSample
object.Method parameters in opennlp.tools.postag with type arguments of type POSSampleModifier and TypeMethodDescriptionstatic Dictionary
POSTaggerME.buildNGramDictionary
(ObjectStream<POSSample> samples, int cutoff) Constructs anGram dictionary
from anObjectStream
of samples.void
POSTaggerCrossValidator.evaluate
(ObjectStream<POSSample> samples, int nFolds) Starts the evaluation.static void
POSTaggerME.populatePOSDictionary
(ObjectStream<POSSample> samples, MutableTagDictionary dict, int cutoff) Populates aPOSDictionary
from anObjectStream
of samples.static POSModel
POSTaggerME.train
(String languageCode, ObjectStream<POSSample> samples, TrainingParameters trainParams, POSTaggerFactory posFactory) Event[]
POSSampleSequenceStream.updateContext
(Sequence<POSSample> pss, AbstractModel model) Constructor parameters in opennlp.tools.postag with type arguments of type POSSampleModifierConstructorDescriptionPOSSampleEventStream
(ObjectStream<POSSample> samples) Initializes the current instance with given samples and aDefaultPOSContextGenerator
.POSSampleEventStream
(ObjectStream<POSSample> samples, POSContextGenerator cg) Initializes the current instance with the given samples and aPOSContextGenerator
.