|
Lucene.Net
3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
|
A stemmer for German words. The algorithm is based on the report "A Fast and Simple Stemming Algorithm for German Words" by JГ¶rg Caumanns (joerg.caumanns@isst.fhg.de). More...
Inherited by Lucene.Net.Analysis.De.GermanDIN2Stemmer.
Protected Member Functions | |
| virtual void | Substitute (StringBuilder buffer) |
| Do some substitutions for the term to reduce overstemming: | |
Protected Attributes | |
| int | substCount = 0 |
Amount of characters that are removed with Substitute() while stemming. | |
A stemmer for German words. The algorithm is based on the report "A Fast and Simple Stemming Algorithm for German Words" by JГ¶rg Caumanns (joerg.caumanns@isst.fhg.de).
Definition at line 34 of file GermanStemmer.cs.
|
protectedvirtual |
Do some substitutions for the term to reduce overstemming:
Reimplemented in Lucene.Net.Analysis.De.GermanDIN2Stemmer.
Definition at line 184 of file GermanStemmer.cs.
|
protected |
Amount of characters that are removed with Substitute() while stemming.
Definition at line 44 of file GermanStemmer.cs.
1.8.3