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