php-ext-trie-filter

php5.6关键词过滤扩展php-ext-trie-filter添加

徘徊边缘 提交于 2020-04-24 14:06:20
php extension for spam word filter based on Double-Array Trie tree, it can detect if a spam word exists in a text message. 关键词过滤扩展 ,用于检查一段文本中是否出现敏感词,基于Double-Array Trie 树实现。 1、安装libiconv,这个是libdatrie的依赖项 wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz tar zxvf libiconv-1.14.tar.gz cd libiconv-1.14 ./configure make && make install && ldconfig 2、安装libdatrie (http://linux.thai.net/~thep/datrie/datrie.html) wget ftp://linux.thai.net/pub/ThaiLinux/software/libthai/libdatrie-0.2.4.tar.gz tar zxf libdatrie-0.2.4.tar.gz cd libdatrie-0.2.4 make clean ./configure LDFLAGS=-L/usr/local/lib