Click or drag to resize

IPorter2StemmerGetRegion1 Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

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.

Namespace:  imbNLP.Toolkit.Stemmers.Porter2Stemmer
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
int GetRegion1(
	string word
)

Parameters

word
Type: SystemString

[Missing <param name="word"/> documentation for "M:imbNLP.Toolkit.Stemmers.Porter2Stemmer.IPorter2Stemmer.GetRegion1(System.String)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:imbNLP.Toolkit.Stemmers.Porter2Stemmer.IPorter2Stemmer.GetRegion1(System.String)"]

See Also