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
Subclasses with type arguments of type POSSample in opennlp.tools.cmdline.postagModifier and TypeClassDescriptionclassA default implementation ofEvaluationMonitorthat prints to an output stream.classTool to convert multiple data formats into native OpenNLP part of speech tagging training format.final classfinal classA defaultPOSSample-centric implementation ofAbstractEvaluatorToolthat prints to an output stream.final classMethods in opennlp.tools.cmdline.postag with parameters of type POSSampleModifier and TypeMethodDescriptionvoidPOSTaggerFineGrainedReportListener.correctlyClassified(POSSample reference, POSSample prediction) voidPOSEvaluationErrorListener.misclassified(POSSample reference, POSSample prediction) voidPOSTaggerFineGrainedReportListener.misclassified(POSSample reference, POSSample prediction) -
Uses of POSSample in opennlp.tools.formats
Subclasses with type arguments of type POSSample in opennlp.tools.formatsModifier and TypeClassDescriptionclassParses the data from the CONLL 06 shared task into POS Samples.classNote: Do not use this class, internal use only!classNote: Do not use this class, internal use only!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
Subclasses with type arguments of type POSSample 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 POSSampleModifier and TypeClassDescriptionclassNote: Do not use this class, internal use only!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
Subclasses with type arguments of type POSSample in opennlp.tools.formats.conlluModifier and TypeClassDescriptionclassclassNote: Do not use this class, internal use only!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
Subclasses with type arguments of type POSSample in opennlp.tools.formats.convertModifier and TypeClassDescriptionclassNote: 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!classNote: Do not use this class, internal use only!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
Subclasses with type arguments of type POSSample in opennlp.tools.formats.mascModifier and TypeClassDescriptionclassclassNote: Do not use this class, internal use only!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
Subclasses with type arguments of type POSSample in opennlp.tools.formats.ontonotesModifier and TypeClassDescriptionclassNote: Do not use this class, internal use only!Methods in opennlp.tools.formats.ontonotes that return types with arguments of type POSSampleModifier and TypeMethodDescription -
Uses of POSSample in opennlp.tools.parser
Subclasses with type arguments of type POSSample in opennlp.tools.parserMethods in opennlp.tools.parser that return POSSample -
Uses of POSSample in opennlp.tools.postag
Subclasses with type arguments of type POSSample in opennlp.tools.postagModifier and TypeClassDescriptionclassThePOSEvaluatormeasures the performance of the givenPOSTaggerwith the provided referencesamples.classclassAstream filterwhich reads a sentence per line that contains words and tags inword_tagformat and outputs aPOSSampleobjects.Subinterfaces with type arguments of type POSSample in opennlp.tools.postagClasses in opennlp.tools.postag that implement interfaces with type arguments of type POSSampleMethods in opennlp.tools.postag that return POSSampleModifier and TypeMethodDescriptionstatic POSSampleParses asentenceString.protected POSSamplePOSEvaluator.processSample(POSSample reference) Evaluates the given referencePOSSampleobject.WordTagSampleStream.read()Reads the next tokens and parses it into the nextPOSSampleobject.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 POSSamplePOSEvaluator.processSample(POSSample reference) Evaluates the given referencePOSSampleobject.Method parameters in opennlp.tools.postag with type arguments of type POSSampleModifier and TypeMethodDescriptionstatic DictionaryPOSTaggerME.buildNGramDictionary(ObjectStream<POSSample> samples, int cutoff) Constructs anGram dictionaryfrom anObjectStreamof samples.voidPOSTaggerCrossValidator.evaluate(ObjectStream<POSSample> samples, int nFolds) Starts the evaluation.static voidPOSTaggerME.populatePOSDictionary(ObjectStream<POSSample> samples, MutableTagDictionary dict, int cutoff) Populates aPOSDictionaryfrom anObjectStreamof samples.static POSModelPOSTaggerME.train(String languageCode, ObjectStream<POSSample> samples, TrainingParameters mlParams, POSTaggerFactory posFactory) Starts a training of aPOSModelwith the given parameters.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.