stem($word); $this->assertEquals($stem, $snowballStem); } public function load() { return new CsvFileVerboseIterator('test/files/ca.txt'); } }