芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/libraries.1/vendor/wamania/php-stemmer/src/Stemmer/Stemmer.php
*/ interface Stemmer { /** * Main function to get the STEM of a word * * @param string $word A valid UTF-8 word * * @return string * * @throws \Exception */ public function stem($word); }