public final class NorwegianAnalyzer extends StopwordAnalyzerBase
Analyzer
for Norwegian.Analyzer.GlobalReuseStrategy, Analyzer.PerFieldReuseStrategy, Analyzer.ReuseStrategy, Analyzer.TokenStreamComponents
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_STOPWORD_FILE
File containing default Norwegian stopwords.
|
stopwords
GLOBAL_REUSE_STRATEGY, PER_FIELD_REUSE_STRATEGY
Constructor and Description |
---|
NorwegianAnalyzer()
Builds an analyzer with the default stop words:
DEFAULT_STOPWORD_FILE . |
NorwegianAnalyzer(CharArraySet stopwords)
Builds an analyzer with the given stop words.
|
NorwegianAnalyzer(CharArraySet stopwords,
CharArraySet stemExclusionSet)
Builds an analyzer with the given stop words.
|
NorwegianAnalyzer(Version matchVersion)
Deprecated.
|
NorwegianAnalyzer(Version matchVersion,
CharArraySet stopwords)
Deprecated.
|
NorwegianAnalyzer(Version matchVersion,
CharArraySet stopwords,
CharArraySet stemExclusionSet)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Analyzer.TokenStreamComponents |
createComponents(String fieldName,
Reader reader)
Creates a
Analyzer.TokenStreamComponents
which tokenizes all the text in the provided Reader . |
static CharArraySet |
getDefaultStopSet()
Returns an unmodifiable instance of the default stop words set.
|
getStopwordSet, loadStopwordSet, loadStopwordSet, loadStopwordSet, loadStopwordSet, loadStopwordSet
close, getOffsetGap, getPositionIncrementGap, getReuseStrategy, getVersion, initReader, setVersion, tokenStream, tokenStream
public static final String DEFAULT_STOPWORD_FILE
public NorwegianAnalyzer()
DEFAULT_STOPWORD_FILE
.@Deprecated public NorwegianAnalyzer(Version matchVersion)
NorwegianAnalyzer()
public NorwegianAnalyzer(CharArraySet stopwords)
stopwords
- a stopword set@Deprecated public NorwegianAnalyzer(Version matchVersion, CharArraySet stopwords)
NorwegianAnalyzer(CharArraySet)
public NorwegianAnalyzer(CharArraySet stopwords, CharArraySet stemExclusionSet)
SetKeywordMarkerFilter
before
stemming.stopwords
- a stopword setstemExclusionSet
- a set of terms not to be stemmed@Deprecated public NorwegianAnalyzer(Version matchVersion, CharArraySet stopwords, CharArraySet stemExclusionSet)
NorwegianAnalyzer(CharArraySet,CharArraySet)
public static CharArraySet getDefaultStopSet()
protected Analyzer.TokenStreamComponents createComponents(String fieldName, Reader reader)
Analyzer.TokenStreamComponents
which tokenizes all the text in the provided Reader
.createComponents
in class Analyzer
Analyzer.TokenStreamComponents
built from an StandardTokenizer
filtered with
StandardFilter
, LowerCaseFilter
, StopFilter
, SetKeywordMarkerFilter
if a stem exclusion set is
provided and SnowballFilter
.Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.