JLanguageStemmerPorteren::_m
m() measures the number of consonant sequences in $str. if c is a consonant sequence and v a vowel sequence, and <..> indicates arbitrary presence,
<c><v> gives 0 <c>vc<v> gives 1 <c>vcvc<v> gives 2 <c>vcvcvc<v> gives 3
Signature
private function _m(string
$strĀ )
Parameters
-
$str
- The string to return the m count for
Returns
- integer
- The m count