Lucene.Net
3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
|
This is the rev 500 of the snowball SVN trunk, but modified: made abstract and introduced abstract method stem to avoid expensive reflection in filter class More...
Inherited by SF.Snowball.Ext.DanishStemmer, SF.Snowball.Ext.DutchStemmer, SF.Snowball.Ext.EnglishStemmer, SF.Snowball.Ext.FinnishStemmer, SF.Snowball.Ext.FrenchStemmer, SF.Snowball.Ext.German2Stemmer, SF.Snowball.Ext.GermanStemmer, SF.Snowball.Ext.HungarianStemmer, SF.Snowball.Ext.ItalianStemmer, SF.Snowball.Ext.KpStemmer, SF.Snowball.Ext.LovinsStemmer, SF.Snowball.Ext.NorwegianStemmer, SF.Snowball.Ext.PorterStemmer, SF.Snowball.Ext.PortugueseStemmer, SF.Snowball.Ext.RomanianStemmer, SF.Snowball.Ext.RussianStemmer, SF.Snowball.Ext.SpanishStemmer, SF.Snowball.Ext.SwedishStemmer, and SF.Snowball.Ext.TurkishStemmer.
Public Member Functions | |
abstract bool | Stem () |
virtual void | SetCurrent (System.String value) |
Set the current string. | |
virtual System.String | GetCurrent () |
Get the current string. | |
This is the rev 500 of the snowball SVN trunk, but modified: made abstract and introduced abstract method stem to avoid expensive reflection in filter class
Definition at line 27 of file SnowballProgram.cs.
|
virtual |
Get the current string.
Definition at line 51 of file SnowballProgram.cs.
|
virtual |
Set the current string.
Definition at line 38 of file SnowballProgram.cs.
|
pure virtual |
Implemented in SF.Snowball.Ext.TurkishStemmer, SF.Snowball.Ext.KpStemmer, SF.Snowball.Ext.LovinsStemmer, SF.Snowball.Ext.FrenchStemmer, SF.Snowball.Ext.EnglishStemmer, SF.Snowball.Ext.HungarianStemmer, SF.Snowball.Ext.ItalianStemmer, SF.Snowball.Ext.SpanishStemmer, SF.Snowball.Ext.PortugueseStemmer, SF.Snowball.Ext.FinnishStemmer, SF.Snowball.Ext.RomanianStemmer, SF.Snowball.Ext.DutchStemmer, SF.Snowball.Ext.German2Stemmer, SF.Snowball.Ext.GermanStemmer, SF.Snowball.Ext.PorterStemmer, SF.Snowball.Ext.RussianStemmer, SF.Snowball.Ext.DanishStemmer, SF.Snowball.Ext.SwedishStemmer, and SF.Snowball.Ext.NorwegianStemmer.