The PorterStemmer type exposes the following members.

Methods

  NameDescription
Protected methodassign_to (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 attempt to free resources and perform other cleanup operations before the Object 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 a hash function for a particular type.
(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
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also