Skip to content

MrZone/php-mss

 
 

Repository files navigation

README

一个实现多关键字的文本精确匹配搜的PHP扩展。

Quick Start

Build

$ git clone git://github.com/erning/php-mss.git
$ cd php-mss
$ phpize
$ ./configure
$ make

Run

$ cat sample.php | php -d "extension=modules/mss.so"

Round: 1
[
  (安居客, 公司名称, 0)
  (安居客, 公司名称, 15)
  (二手房, 通用名词, 57)
  (安居客, 公司名称, 122)
  (二手房, 通用名词, 149)
  (二手房, 通用名词, 263)
  (安居客, 公司名称, 380)
]
...

Features

License

MultiFast

C library of Aho-Corasick Algorithm by multifast (LGPLv3).

About

"Across the Great Wall, we can reach every corner in the world" ?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors