AttributeSource.AttributeFactory, AttributeSource.State| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_BUFFER_SIZE
Default read buffer size
|
| Constructor and Description |
|---|
KeywordTokenizer(AttributeSource.AttributeFactory factory,
Reader input,
int bufferSize) |
KeywordTokenizer(Reader input) |
KeywordTokenizer(Reader input,
int bufferSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
end() |
boolean |
incrementToken() |
void |
reset() |
close, correctOffset, setReaderaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreStatepublic static final int DEFAULT_BUFFER_SIZE
public KeywordTokenizer(Reader input)
public KeywordTokenizer(Reader input, int bufferSize)
public KeywordTokenizer(AttributeSource.AttributeFactory factory, Reader input, int bufferSize)
public final boolean incrementToken()
throws IOException
incrementToken in class TokenStreamIOExceptionpublic final void end()
end in class TokenStreampublic void reset()
throws IOException
reset in class TokenStreamIOExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.