Click or drag to resize

EnglishPorter2StemmerStep4RemoveSomeSuffixesInR2 Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.Toolkit.Stemmers.Porter2Stemmer.EnglishPorter2Stemmer.Step4RemoveSomeSuffixesInR2(System.String,System.Int32)"]

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

Parameters

word
Type: SystemString

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

r2
Type: SystemInt32

[Missing <param name="r2"/> documentation for "M:imbNLP.Toolkit.Stemmers.Porter2Stemmer.EnglishPorter2Stemmer.Step4RemoveSomeSuffixesInR2(System.String,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.Toolkit.Stemmers.Porter2Stemmer.EnglishPorter2Stemmer.Step4RemoveSomeSuffixesInR2(System.String,System.Int32)"]

See Also