2017 © Pedro Peláez
 

library pcws

一个PHP写的基于Web API的中文分词工具。

image

guojikai/pcws

一个PHP写的基于Web API的中文分词工具。

  • Wednesday, January 20, 2016
  • by guojikai
  • Repository
  • 1 Watchers
  • 1 Stars
  • 18 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

Pcws

一个PHP写的基于Web API的中文分词工具。, (*1)

安装

使用 Composer 安装:, (*2)

composer require guojikai/pcws

在入口文件引入 Composer 启动脚本: (eg. index.php), (*3)

require 'vendor/autoload.php';

使用

getMessage();
    exit;
}

var_dump($words_array);

//output:
//string(33) "hi han meimei 刘德华 会计师"

?>

The Versions

20/01 2016

dev-master

9999999-dev https://github.com/guojikai/pcws

一个PHP写的基于Web API的中文分词工具。

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar guojikai

php chinese

19/01 2016

v1.0

1.0.0.0 https://github.com/guojikai/pcws

A chinese word segmentation tool,written by PHP.一个基于PHP和Web API的中文分词工具。

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Avatar guojikai

php chinese