Download the PHP package mr-jiawen/analysis without Composer
On this page you can find all versions of the php package mr-jiawen/analysis. 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 analysis
analysis php分词系统
本分词系统是依赖于 PHPBONE开发框架的PHPAnalysis无组件分词系统,笔者直接引用了他的SDK(V2.0版本)进行再次封装,直接封装到composer中:
第一部分 项目制作
-
重写整个src/SDK/phpanalysis.class.php 文件:
- 重写文件为:
src/AnalysisAbstraction.php
- 去除 两个宏定义;
- 其余的不变
- 重写文件为:
- 提供对一个对外的类提供分词服务:PhpAnalysis.php
- 重写字典所在的目录
- 然后提供一个简易的执行方法
补充:在sdk中dict_build.php
是未使用到
第二部分 具体的使用方式:
获取单例对象:
执行分词:
All versions of analysis with dependencies
PHP Build Version
Package Version
No informations.
The package mr-jiawen/analysis contains the following files
Loading the files please wait ....