Constructor and Description |
---|
PosUimaTokenizer(String tokens,
org.apache.uima.analysis_engine.AnalysisEngine engine,
Collection<String> allowedPosTags) |
Modifier and Type | Method and Description |
---|---|
int |
countTokens()
The number of tokens in the tokenizer
|
static org.apache.uima.analysis_engine.AnalysisEngine |
defaultAnalysisEngine() |
List<String> |
getTokens()
Returns a list of all the tokens
|
boolean |
hasMoreTokens()
An iterator for tracking whether
more tokens are left in the iterator not
|
String |
nextToken()
The next token (word usually) in the string
|
void |
setTokenPreProcessor(TokenPreProcess tokenPreProcessor)
Set the token pre process
|
public PosUimaTokenizer(String tokens, org.apache.uima.analysis_engine.AnalysisEngine engine, Collection<String> allowedPosTags)
public boolean hasMoreTokens()
Tokenizer
hasMoreTokens
in interface Tokenizer
public int countTokens()
Tokenizer
countTokens
in interface Tokenizer
public String nextToken()
Tokenizer
public List<String> getTokens()
Tokenizer
public static org.apache.uima.analysis_engine.AnalysisEngine defaultAnalysisEngine()
public void setTokenPreProcessor(TokenPreProcess tokenPreProcessor)
Tokenizer
setTokenPreProcessor
in interface Tokenizer
tokenPreProcessor
- the token pre processor to setCopyright © 2014. All rights reserved.