alexander-suter / yii2-word-frequency
Yii2 的单词频率计算器
v2.0.0
2015-05-16 07:44 UTC
Requires
- yiisoft/yii2: 2.0.*
This package is not auto-updated.
Last update: 2020-08-07 19:49:45 UTC
README
Yii2 扩展。单词频率计数器。
安装
安装此扩展的首选方式是通过 composer。
要安装,请运行
$ php composer.phar require alexander-suter/yii2-word-frequency "*"
或添加
"alexander-suter/yii2-word-frequency": "*"
到您的 composer.json
文件的 require
部分。