Download the PHP package taoran/filter-word without Composer
On this page you can find all versions of the php package taoran/filter-word. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package filter-word
非法词/敏感词过滤
非法词/敏感词过滤是网站必不可少的功能,一般通过正则和字符串函数来计算和判断,效率比较慢;所以我们必须减少计算量来提高效率,而DFA算法中几乎没有计算量,有的只是状态转移;
功能
- 词库和节点树管理功能
- 判断是否有敏感词(暂时只有判断是否有敏感词,没有替换功能,有需求再加)
使用方式
判断敏感词:
词库管理:
All versions of filter-word with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
The package taoran/filter-word contains the following files
Loading the files please wait ....