文件名称:php-stemmer:本机PHP声音
文件大小:2.5MB
文件格式:ZIP
更新时间:2024-06-11 11:45:23
php snowball stemmer PHP
php-stemmer Snowball stemmerPHP本机实现 仅接受UTF-8 语言能力 可用的 : 加泰罗尼亚语(作者Orestes Sanchez Benavente ) 丹麦文 荷兰语 英语 芬兰文(由) 法语 德语 义大利文 挪威 葡萄牙语 罗马尼亚语 俄语 西班牙语 瑞典 安装 对于PHP5,使用1.3 composer require wamania/php-stemmer "^1.3" 对于PHP7,请使用2.x(分支2.x与1.x向后兼容) composer require wamania/php-stemmer "^2.0" 用法 对于2.x,您应该使用工厂 // use ISO_639 (2 or 3 letters) or language name in english $ stemmer = StemmerFactory :: cr
【文件预览】:
php-stemmer-master
----.gitignore(186B)
----README.md(1KB)
----test()
--------DanishTest.php(451B)
--------RussianTest.php(454B)
--------ItalianTest.php(454B)
--------CatalanTest.php(461B)
--------FactoryTest.php(3KB)
--------GermanTest.php(451B)
--------DutchTest.php(448B)
--------NorwegianTest.php(460B)
--------RomanianTest.php(457B)
--------SpanishTest.php(454B)
--------SwedishTest.php(454B)
--------PortugueseTest.php(463B)
--------FinnishTest.php(448B)
--------FrenchTest.php(451B)
--------CsvFileIterator.php(1KB)
--------files()
--------ManagerTest.php(342B)
--------EnglishTest.php(454B)
--------CsvFileVerboseIterator.php(592B)
----LICENSE(1KB)
----composer.json(485B)
----phpunit.xml.dist(768B)
----src()
--------StemmerManager.php(498B)
--------StemmerFactory.php(2KB)
--------Stemmer()
--------NotFoundException.php(84B)