Uses of Class
opennlp.tools.formats.conllu.ConlluWordLine
-
Packages that use ConlluWordLine Package Description opennlp.tools.formats.conllu Experimental package related to the CoNNL-U format. -
-
Uses of ConlluWordLine in opennlp.tools.formats.conllu
Methods in opennlp.tools.formats.conllu that return types with arguments of type ConlluWordLine Modifier and Type Method Description List<ConlluWordLine>
ConlluSentence. getWordLines()
Constructor parameters in opennlp.tools.formats.conllu with type arguments of type ConlluWordLine Constructor Description ConlluSentence(List<ConlluWordLine> wordLines, String sentenceIdComment, String textComment, boolean newDocument, String documentId, boolean newParagraph, String paragraphId, Map<Locale,String> textLang, String translit)
-