public class ClassicFilter extends TokenFilter
ClassicTokenizer
.AttributeSource.AttributeFactory, AttributeSource.State
input
Constructor and Description |
---|
ClassicFilter(TokenStream in)
Construct filtering in.
|
Modifier and Type | Method and Description |
---|---|
boolean |
incrementToken()
Returns the next token in the stream, or null at EOS.
|
close, end, reset
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
public ClassicFilter(TokenStream in)
public final boolean incrementToken() throws IOException
Removes 's from the end of words.
Removes dots from acronyms.
incrementToken
in class TokenStream
IOException