public final class NorwegianLightStemFilter extends TokenFilter
TokenFilter that applies NorwegianLightStemmer to stem Norwegian
 words.
 
 To prevent terms from being stemmed use an instance of
 SetKeywordMarkerFilter or a custom TokenFilter that sets
 the KeywordAttribute before this TokenStream.
 
AttributeSource.StateinputDEFAULT_TOKEN_ATTRIBUTE_FACTORY| Constructor and Description | 
|---|
NorwegianLightStemFilter(TokenStream input)
 | 
NorwegianLightStemFilter(TokenStream input,
                        int flags)
Creates a new NorwegianLightStemFilter 
 | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
incrementToken()  | 
close, end, resetaddAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, endAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, removeAllAttributes, restoreState, toStringpublic NorwegianLightStemFilter(TokenStream input)
public NorwegianLightStemFilter(TokenStream input, int flags)
flags - set to NorwegianLightStemmer.BOKMAAL, 
                     NorwegianLightStemmer.NYNORSK, or both.public boolean incrementToken()
                       throws IOException
incrementToken in class TokenStreamIOExceptionCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.