|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.stanbol.commons.opennlp.TextAnalyzer.AnalysedText.Chunk
public class TextAnalyzer.AnalysedText.Chunk
| Field Summary | |
|---|---|
protected opennlp.tools.util.Span |
chunkSpan
Deprecated. Span over the TextAnalyzer.AnalysedText.tokens as used by the
getStart() and getEnd() methods |
protected double |
probability
Deprecated. |
protected opennlp.tools.util.Span |
span
Deprecated. The span over the char offset of this chunk within the TextAnalyzer.AnalysedText.sentence |
| Method Summary | |
|---|---|
int |
getEnd()
Deprecated. |
double |
getProbability()
Deprecated. |
int |
getSize()
Deprecated. |
int |
getStart()
Deprecated. |
String |
getText()
Deprecated. The text of this chunk |
List<TextAnalyzer.AnalysedText.Token> |
getTokens()
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final opennlp.tools.util.Span span
TextAnalyzer.AnalysedText.sentence
protected final opennlp.tools.util.Span chunkSpan
TextAnalyzer.AnalysedText.tokens as used by the
getStart() and getEnd() methods
protected final double probability
| Method Detail |
|---|
public List<TextAnalyzer.AnalysedText.Token> getTokens()
public int getStart()
public int getEnd()
public int getSize()
public double getProbability()
public String getText()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||