public final class JapanesePartOfSpeechStopFilter extends FilteringTokenFilter
AttributeSource.State
input
DEFAULT_TOKEN_ATTRIBUTE_FACTORY
Constructor and Description |
---|
JapanesePartOfSpeechStopFilter(TokenStream input,
Set<String> stopTags)
Create a new
JapanesePartOfSpeechStopFilter . |
Modifier and Type | Method and Description |
---|---|
protected boolean |
accept() |
end, incrementToken, reset
close
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toString
public JapanesePartOfSpeechStopFilter(TokenStream input, Set<String> stopTags)
JapanesePartOfSpeechStopFilter
.input
- the TokenStream
to consumestopTags
- the part-of-speech tags that should be removedprotected boolean accept()
accept
in class FilteringTokenFilter
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.