Download the PHP package callwoola/php-split without Composer
On this page you can find all versions of the php package callwoola/php-split. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package php-split
phpSplit php中文分词库
phpSplit 是一个基于php开发的中文分词库
居于Unicode编码词典的php分词器
- 只适用于php5,必要函数 iconv
- 本程序是使用RMM逆向匹配算法进行分词的,词库需要特别编译,本类里提供了 MakeDict() 方法
- 简单操作流程: SetSource -> StartAnalysis -> GetResult
- 对主词典使用特殊格式进行编码, 不需要载入词典到内存操作
使用
- 首先 确保使用php为5.4+
- 安装composer
分词结果后缀说明
同事增加了以下3类标记 专有名词的分类标记,即人名nr,地名ns,团体机关单位名称nt,其他专有名词nz; 语素的子类标记,即名语素Ng,动语素Vg,形容语素Ag,时语素Tg,副语素Dg等; *动词和形容词的子类标记,即名动词vn(具有名词特性的动词),名形词an(具有名词特性的形容词),副动词vd(具有副词特性的动词),副形词ad(具有副词特性的形容词)
合计约40个左右。
欢迎大家完善
All versions of php-split with dependencies
PHP Build Version
Package Version
The package callwoola/php-split contains the following files
Loading the files please wait ....