Click or drag to resize

PorterStemmer Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Generated class implementing code defined by a snowball script.
Inheritance Hierarchy

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

The PorterStemmer type exposes the following members.

Constructors
  NameDescription
Public methodPorterStemmer
Initializes a new instance of the PorterStemmer class
Top
Methods
  NameDescription
Protected methodassign_to (Inherited from SnowballProgram.)
Public methodBorrowStringBuilder (Inherited from SnowballProgram.)
Protected methodcopy_from(PorterStemmer)
Protected methodcopy_from(SnowballProgram) (Inherited from SnowballProgram.)
Protected methodeq_s (Inherited from SnowballProgram.)
Protected methodeq_s_b (Inherited from SnowballProgram.)
Protected methodeq_v (Inherited from SnowballProgram.)
Protected methodeq_v_b (Inherited from SnowballProgram.)
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 (Inherited from SnowballProgram.)
Protected methodfind_among_b (Inherited from SnowballProgram.)
Public methodGetCurrent
Get the current string.
(Inherited from SnowballProgram.)
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 (Inherited from SnowballProgram.)
Protected methodin_grouping_b (Inherited from SnowballProgram.)
Protected methodin_range (Inherited from SnowballProgram.)
Protected methodin_range_b (Inherited from SnowballProgram.)
Protected methodinsert(Int32, Int32, String) (Inherited from SnowballProgram.)
Protected methodinsert(Int32, Int32, StringBuilder) (Inherited from SnowballProgram.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodout_grouping (Inherited from SnowballProgram.)
Protected methodout_grouping_b (Inherited from SnowballProgram.)
Protected methodout_range (Inherited from SnowballProgram.)
Protected methodout_range_b (Inherited from SnowballProgram.)
Protected methodreplace_s (Inherited from SnowballProgram.)
Public methodSetCurrent
Set the current string.
(Inherited from SnowballProgram.)
Protected methodslice_check (Inherited from SnowballProgram.)
Protected methodslice_del (Inherited from SnowballProgram.)
Protected methodslice_from(String) (Inherited from SnowballProgram.)
Protected methodslice_from(StringBuilder) (Inherited from SnowballProgram.)
Protected methodslice_to (Inherited from SnowballProgram.)
Public methodStem (Overrides SnowballProgramStem.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldbra (Inherited from SnowballProgram.)
Protected fieldcurrent (Inherited from SnowballProgram.)
Protected fieldcursor (Inherited from SnowballProgram.)
Protected fieldket (Inherited from SnowballProgram.)
Protected fieldlimit (Inherited from SnowballProgram.)
Protected fieldlimit_backward (Inherited from SnowballProgram.)
Top
See Also