Uses of Class
opennlp.tools.formats.conllu.ConlluTagset
-
Packages that use ConlluTagset Package Description opennlp.tools.formats.conllu Experimental package related to the CoNNL-U format. -
-
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)
Constructors in opennlp.tools.formats.conllu with parameters of type ConlluTagset Constructor Description ConlluLemmaSampleStream(ObjectStream<ConlluSentence> samples, ConlluTagset tagset)
Initializes aConlluLemmaSampleStream
.ConlluPOSSampleStream(ObjectStream<ConlluSentence> samples, ConlluTagset tagset)
Initializes aConlluPOSSampleStream
.
-