public interface Sentence
| Modifier and Type | Method and Description |
|---|---|
Node |
asTree() |
List<Chunk> |
getChunks() |
int |
getEnd() |
int |
getStart() |
List<SyntacticChunk> |
getSyntacticChunks() |
String |
getText() |
List<Token> |
getTokens() |
double |
getTokensProb() |
void |
setBoundaries(int start,
int end) |
void |
setChunks(List<Chunk> chunks) |
void |
setSyntacticChunks(List<SyntacticChunk> syntacticChunks) |
void |
setTokens(List<Token> tokens) |
void |
setTokensProb(double prob) |
String getText()
String of the sentenceint getStart()
int getEnd()
void setBoundaries(int start,
int end)
double getTokensProb()
List<SyntacticChunk> getSyntacticChunks()
void setSyntacticChunks(List<SyntacticChunk> syntacticChunks)
Node asTree()
void setTokensProb(double prob)
Copyright © 2012–2017 CoGrOO. All rights reserved.