wulijun / php-ext-trie-filter

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 树实现。
514 stars 169 forks source link

何时发布支持php7的版本........ #6

Closed kevingarnetttwo closed 5 years ago

zzjin commented 8 years ago

https://github.com/zzjin/php-ext-trie-filter/tree/php7 php7分支

winer632 commented 7 years ago

https://github.com/the-strain/trie

php实现的trie树,可以不用这个扩展直接实现最大匹配