Uses of Enum Class
opennlp.tools.formats.conllu.ConlluTagset
Packages that use ConlluTagset
Package
Description
Experimental package related to the CoNNL-U format.
-
Uses of ConlluTagset in opennlp.tools.formats.conllu
Methods in opennlp.tools.formats.conllu that return ConlluTagsetModifier and TypeMethodDescriptionstatic ConlluTagset
Returns the enum constant of this class with the specified name.static ConlluTagset[]
ConlluTagset.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in opennlp.tools.formats.conllu with parameters of type ConlluTagsetConstructors in opennlp.tools.formats.conllu with parameters of type ConlluTagsetModifierConstructorDescriptionConlluLemmaSampleStream
(ObjectStream<ConlluSentence> samples, ConlluTagset tagset) Initializes aConlluLemmaSampleStream
.ConlluPOSSampleStream
(ObjectStream<ConlluSentence> samples, ConlluTagset tagset) Initializes aConlluPOSSampleStream
.