Download the PHP package xdao/boson-nlp without Composer
On this page you can find all versions of the php package xdao/boson-nlp. 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 boson-nlp
简介
简单的封装了BosonNLP中文语义识别的api。
安装
composer require xdao/boson-nlp
使用
注意
- 为了简洁,使用的是php内置的file_get_contents,不支持异步,返回原始所有数据,未做处理
- 有两种处理错误方式,一种是错误时返回false,一种是抛出异常
- BosonNLP有点傻,如果末尾带了英文的引号就不能处理了,如上example2,于是提供了一个去除英文标点的静态方法removePunct
- 详细的文档,请查阅官网
All versions of boson-nlp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package xdao/boson-nlp contains the following files
Loading the files please wait ....