Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Public Member Functions | List of all members
SF.Snowball.SnowballProgram Class Referenceabstract

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.
 

Detailed Description

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.

Member Function Documentation

virtual System.String SF.Snowball.SnowballProgram.GetCurrent ( )
virtual

Get the current string.

Definition at line 51 of file SnowballProgram.cs.

virtual void SF.Snowball.SnowballProgram.SetCurrent ( System.String  value)
virtual

Set the current string.

Definition at line 38 of file SnowballProgram.cs.

abstract bool SF.Snowball.SnowballProgram.Stem ( )
pure virtual

The documentation for this class was generated from the following file: