Uses of Enum Class
opennlp.tools.formats.conllu.ConlluTagset
Packages that use ConlluTagset
-
Uses of ConlluTagset in opennlp.tools.formats.conllu
Methods in opennlp.tools.formats.conllu that return ConlluTagsetModifier and TypeMethodDescriptionstatic ConlluTagsetReturns 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(opennlp.tools.util.ObjectStream<ConlluSentence> samples, ConlluTagset tagset) Initializes aConlluLemmaSampleStream.ConlluPOSSampleStream(opennlp.tools.util.ObjectStream<ConlluSentence> samples, ConlluTagset tagset) Initializes aConlluPOSSampleStream.