Uses of Class
opennlp.tools.formats.conllu.ConlluTagset
-
Packages that use ConlluTagset Package Description opennlp.tools.formats.conllu -
-
Uses of ConlluTagset in opennlp.tools.formats.conllu
Methods in opennlp.tools.formats.conllu that return ConlluTagset Modifier and Type Method Description static ConlluTagset
ConlluTagset. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConlluTagset[]
ConlluTagset. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in opennlp.tools.formats.conllu with parameters of type ConlluTagset Modifier and Type Method Description String
ConlluWordLine. getPosTag(ConlluTagset tagset)
Retrieve the Universal part-of-speech tag or the language-specific part-of-speech tag; underscore if not available.Constructors in opennlp.tools.formats.conllu with parameters of type ConlluTagset Constructor Description ConlluLemmaSampleStream(ObjectStream<ConlluSentence> samples, ConlluTagset tagset)
-