Class PolishAnalyzer
Inherited Members
Assembly: Lucene.Net.Analysis.Stempel.dll
Syntax
public sealed class PolishAnalyzer : StopwordAnalyzerBase
Constructors
Name | Description |
---|---|
PolishAnalyzer(LuceneVersion) | Builds an analyzer with the default stop words: DEFAULT_STOPWORD_FILE. |
PolishAnalyzer(LuceneVersion, CharArraySet) | Builds an analyzer with the given stop words. |
PolishAnalyzer(LuceneVersion, CharArraySet, CharArraySet) | Builds an analyzer with the given stop words. If a non-empty stem exclusion set is provided this analyzer will add a SetKeywordMarkerFilter before stemming. |
Fields
Name | Description |
---|---|
DEFAULT_STEMMER_FILE | File containing default Polish stemmer table. |
DEFAULT_STOPWORD_FILE | File containing default Polish stopwords. |
Properties
Name | Description |
---|---|
DefaultStopSet | Returns an unmodifiable instance of the default stop words set. |
DefaultTable | Returns an unmodifiable instance of the default stemmer table. |
Methods
Name | Description |
---|---|
CreateComponents(String, TextReader) | Creates a |