Click or drag to resize

SnowballProgram Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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
Inheritance Hierarchy
SystemObject
  imbNLP.Toolkit.Stemmers.ShamanSnowballProgram
    More...

Namespace:  imbNLP.Toolkit.Stemmers.Shaman
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public abstract class SnowballProgram : IStemmer

The SnowballProgram type exposes the following members.

Constructors
  NameDescription
Protected methodSnowballProgram
Initializes a new instance of the SnowballProgram class
Top
Methods
  NameDescription
Protected methodassign_to
Public methodBorrowStringBuilder
Protected methodcopy_from
Protected methodeq_s
Protected methodeq_s_b
Protected methodeq_v
Protected methodeq_v_b
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodfind_among
Protected methodfind_among_b
Public methodGetCurrent
Get the current string.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodin_grouping
Protected methodin_grouping_b
Protected methodin_range
Protected methodin_range_b
Protected methodinsert(Int32, Int32, String)
Protected methodinsert(Int32, Int32, StringBuilder)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodout_grouping
Protected methodout_grouping_b
Protected methodout_range
Protected methodout_range_b
Protected methodreplace_s
Public methodSetCurrent
Set the current string.
Protected methodslice_check
Protected methodslice_del
Protected methodslice_from(String)
Protected methodslice_from(StringBuilder)
Protected methodslice_to
Public methodStem
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also
Inheritance Hierarchy
SystemObject
  imbNLP.Toolkit.Stemmers.ShamanSnowballProgram
    imbNLP.Toolkit.Stemmers.ShamanDanishStemmer
    imbNLP.Toolkit.Stemmers.ShamanDutchStemmer
    imbNLP.Toolkit.Stemmers.ShamanEnglishStemmer
    imbNLP.Toolkit.Stemmers.ShamanFinnishStemmer
    imbNLP.Toolkit.Stemmers.ShamanFrenchStemmer
    imbNLP.Toolkit.Stemmers.ShamanGerman2Stemmer
    imbNLP.Toolkit.Stemmers.ShamanGermanStemmer
    imbNLP.Toolkit.Stemmers.ShamanHungarianStemmer
    imbNLP.Toolkit.Stemmers.ShamanItalianStemmer
    imbNLP.Toolkit.Stemmers.ShamanKpStemmer
    imbNLP.Toolkit.Stemmers.ShamanLovinsStemmer
    imbNLP.Toolkit.Stemmers.ShamanNorwegianStemmer
    imbNLP.Toolkit.Stemmers.ShamanPorterStemmer
    imbNLP.Toolkit.Stemmers.ShamanPortugueseStemmer
    imbNLP.Toolkit.Stemmers.ShamanRomanianStemmer
    imbNLP.Toolkit.Stemmers.ShamanRussianStemmer
    imbNLP.Toolkit.Stemmers.ShamanSpanishStemmer
    imbNLP.Toolkit.Stemmers.ShamanSwedishStemmer
    imbNLP.Toolkit.Stemmers.ShamanTurkishStemmer