public class TextAnalyzer.AnalysedText.Token extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
hasAlphaNumeric
Deprecated.
|
protected double[] |
posProbabilities
Deprecated.
|
protected String[] |
posTags
Deprecated.
|
protected opennlp.tools.util.Span |
span
Deprecated.
|
protected String |
token
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected final opennlp.tools.util.Span span
protected String token
protected final String[] posTags
protected final double[] posProbabilities
protected final boolean hasAlphaNumeric
public int getStart()
public int getEnd()
public String getPosTag()
public String[] getPosTags()
public double getPosProbability()
public double[] getPosProbabilities()
POS tagsgetPosTags()public String getText()
public boolean hasAplhaNumericChar()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.