Namespace Lucene.Net.Analysis.Hu
Classes
HungarianAnalyzer
Analyzer for Hungarian.
HungarianLightStemFilter
A TokenFilter that applies HungarianLightStemmer to stem Hungarian words.
To prevent terms from being stemmed use an instance of SetKeywordMarkerFilter or a custom TokenFilter that sets the KeywordAttribute before this TokenStream.
HungarianLightStemFilterFactory
Factory for HungarianLightStemFilter.
<fieldType name="text_hulgtstem" class="solr.TextField" positionIncrementGap="100">
<analyzer>
<tokenizer class="solr.StandardTokenizerFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
<filter class="solr.HungarianLightStemFilterFactory"/>
</analyzer>
</fieldType>
HungarianLightStemmer
Light Stemmer for Hungarian.
This stemmer implements the "UniNE" algorithm in:
Light Stemming Approaches for the French, Portuguese, German and Hungarian Languages
Jacques Savoy