Package opennlp.tools.formats.conllu
Class ConlluSentence
- java.lang.Object
-
- opennlp.tools.formats.conllu.ConlluSentence
-
public class ConlluSentence extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>
getDocumentId()
Optional<String>
getParagraphId()
String
getSentenceIdComment()
String
getTextComment()
Optional<Map<Locale,String>>
getTextLang()
Optional<String>
getTranslit()
List<ConlluWordLine>
getWordLines()
boolean
isNewDocument()
boolean
isNewParagraph()
-
-
-
Method Detail
-
getWordLines
public List<ConlluWordLine> getWordLines()
-
getSentenceIdComment
public String getSentenceIdComment()
-
getTextComment
public String getTextComment()
-
isNewDocument
public boolean isNewDocument()
-
isNewParagraph
public boolean isNewParagraph()
-
-