Package opennlp.tools.formats.conllu
Class ConlluSentence
- java.lang.Object
- 
- opennlp.tools.formats.conllu.ConlluSentence
 
- 
 public class ConlluSentence extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<String>getDocumentId()Optional<String>getParagraphId()StringgetSentenceIdComment()StringgetTextComment()Optional<Map<Locale,String>>getTextLang()Optional<String>getTranslit()List<ConlluWordLine>getWordLines()booleanisNewDocument()booleanisNewParagraph()
 
- 
- 
- 
Method Detail- 
getWordLinespublic List<ConlluWordLine> getWordLines() 
 - 
getSentenceIdCommentpublic String getSentenceIdComment() 
 - 
getTextCommentpublic String getTextComment() 
 - 
isNewDocumentpublic boolean isNewDocument() 
 - 
isNewParagraphpublic boolean isNewParagraph() 
 
- 
 
-