一个实现多关键字的文本精确匹配搜的PHP扩展。
$ git clone git://github.com/erning/php-mss.git
$ cd php-mss
$ phpize
$ ./configure
$ make
$ cat sample.php | php -d "extension=modules/mss.so"
Round: 1
[
(安居客, 公司名称, 0)
(安居客, 公司名称, 15)
(二手房, 通用名词, 57)
(安居客, 公司名称, 122)
(二手房, 通用名词, 149)
(二手房, 通用名词, 263)
(安居客, 公司名称, 380)
]
...
C library of Aho-Corasick Algorithm by multifast (LGPLv3).