Пример #1
0
 public function testStep5b()
 {
     $this->assertEquals('control', Stemmer::step5b('controll'));
     $this->assertEquals('roll', Stemmer::step5b('roll'));
 }