Click or drag to resize

IPorter2Stemmer Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "T:imbNLP.Toolkit.Stemmers.Porter2Stemmer.IPorter2Stemmer"]

Namespace:  imbNLP.Toolkit.Stemmers.Porter2Stemmer
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public interface IPorter2Stemmer : IStemmer

The IPorter2Stemmer type exposes the following members.

Properties
  NameDescription
Public propertyDoubles
Valid doubled letters used for stemming.
Public propertyLiEndings
Li- endings used for stemming.
Public propertyVowels
Vowel characters used for stemming.
Top
Methods
  NameDescription
Public methodGetRegion1
R1 is the region after the first non-vowel following a vowel, or the end of the word if there is no such non-vowel. This definition may be modified for certain exceptional words.
Public methodGetRegion2
R2 is the region after the first non-vowel following a vowel in R1, or the end of the word if there is no such non-vowel.
Public methodStem
Stem a word.
(Inherited from IStemmer.)
Top
See Also