|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A tokenizer has methods for tokenizing a String, Reader, or InputStream as words.
| Method Summary | |
Collection |
tokenize(InputStream textInputStream)
Returns text as a Collection of Words |
Collection |
tokenize(Reader textReader)
Returns text as a Collection of Words |
Collection |
tokenize(String text)
Returns text as a Collection of Words. |
| Method Detail |
public Collection tokenize(String text)
public Collection tokenize(Reader textReader)
public Collection tokenize(InputStream textInputStream)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||