Click or drag to resize

EnglishPorter2StemmerEndsInShortSyllable Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Define a short syllable in a word as either (a) a vowel followed by a non-vowel other than w, x or Y and preceded by a non-vowel, or * (b) a vowel at the beginning of the word followed by a non-vowel.

Namespace:  imbNLP.Toolkit.Stemmers.Porter2Stemmer
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public bool EndsInShortSyllable(
	string word
)

Parameters

word
Type: SystemString

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

Return Value

Type: Boolean

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

See Also