|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Token | |
|---|---|
| gate.creole.annic.apache.lucene.analysis | API and code to convert text into indexable tokens. |
| gate.creole.annic.apache.lucene.analysis.standard | A grammar-based tokenizer constructed with JavaCC. |
| gate.creole.annic.lucene | |
| Uses of Token in gate.creole.annic.apache.lucene.analysis |
|---|
| Methods in gate.creole.annic.apache.lucene.analysis that return Token | |
|---|---|
abstract Token |
TokenStream.next()
Returns the next token in the stream, or null at EOS. |
| Uses of Token in gate.creole.annic.apache.lucene.analysis.standard |
|---|
| Methods in gate.creole.annic.apache.lucene.analysis.standard that return Token | |
|---|---|
Token |
StandardTokenizer.next()
Returns the next token in the stream, or null at EOS. |
| Uses of Token in gate.creole.annic.lucene |
|---|
| Methods in gate.creole.annic.lucene that return Token | |
|---|---|
Token |
LuceneTokenizer.next()
Returns the next token in the token stream. |
| Method parameters in gate.creole.annic.lucene with type arguments of type Token | |
|---|---|
int |
PatternValidator.validate(List<String> queryTokens,
List<Token> annotations,
int from,
QueryParser queryParser)
This method takes two parameters the actual query issued and annotations in which it checks if the annotations exist that are validating for the given query |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||