Namespace Lucene.Net.Analysis.Sv
Classes
SwedishAnalyzer
Analyzer for Swedish.
SwedishLightStemFilter
A TokenFilter that applies SwedishLightStemmer to stem Swedish words.
To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.
SwedishLightStemFilterFactory
Factory for SwedishLightStemFilter.
<fieldType name="text_svlgtstem" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.StandardTokenizerFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
<filter class="solr.SwedishLightStemFilterFactory"/>
</analyzer>
</fieldType>
SwedishLightStemmer
Light Stemmer for Swedish.
This stemmer implements the algorithm described in:
Report on CLEF-2003 Monolingual Tracks
Jacques Savoy