aleksender/phpmorphy
最新稳定版本:1.0
Composer 安装命令:
composer require aleksender/phpmorphy
包简介
phpMorphy - morphological analyzer library for Russian, English and German languages
README 文档
README
phpMorphy is morphological analyzer library for Russian, English and German languages.
This library allows to retrieve following morph information for any word:
- base (normal) form;
- all forms;
- grammatical (part of speech, grammems) information.
Installation
To install the library in your project using Composer, first add the following to your composer.json
config file:
{ "require": { "aleksender/phpmorphy": "~1.0" } }
Then run Composer's install or update commands to complete installation.
Usage
See examples in examples directory.
统计信息
- 总下载量: 774
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-09-04