|
|||||||||
| 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.Token
public class TextAnalyzer.AnalysedText.Token
| Field Summary | |
|---|---|
protected boolean |
hasAlphaNumeric
Deprecated. |
protected double[] |
posProbabilities
Deprecated. |
protected String[] |
posTags
Deprecated. |
protected opennlp.tools.util.Span |
span
Deprecated. |
protected String |
token
Deprecated. |
| Method Summary | |
|---|---|
int |
getEnd()
Deprecated. |
double[] |
getPosProbabilities()
Deprecated. Getter for the probabilities of all POS tags |
double |
getPosProbability()
Deprecated. Getter for the probability of the top ranked POS tag |
String |
getPosTag()
Deprecated. Getter for the best ranked POS tag for this token |
String[] |
getPosTags()
Deprecated. Getter for all the POS tags of this Token. |
int |
getStart()
Deprecated. |
String |
getText()
Deprecated. Getter for the value of this token |
boolean |
hasAplhaNumericChar()
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
protected String token
protected final String[] posTags
protected final double[] posProbabilities
protected final boolean hasAlphaNumeric
| Method Detail |
|---|
public int getStart()
public int getEnd()
public String getPosTag()
public String[] getPosTags()
public double getPosProbability()
public double[] getPosProbabilities()
POS tags
getPosTags()public String getText()
public boolean hasAplhaNumericChar()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||