Download the PHP package pengyu/dfa-filter without Composer
On this page you can find all versions of the php package pengyu/dfa-filter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download pengyu/dfa-filter
More information about pengyu/dfa-filter
Files in pengyu/dfa-filter
Download pengyu/dfa-filter
More information about pengyu/dfa-filter
Files in pengyu/dfa-filter
Vendor pengyu
Package dfa-filter
Short Description This is a sensitive words filter based on DFA
License MIT
Package dfa-filter
Short Description This is a sensitive words filter based on DFA
License MIT
Please rate this library. Is it a good library?
Informations about the package dfa-filter
简介
一个基于DFA算法的敏感词过滤插件
功能特性
- 例用
单利模式
,保持整个项目实例一致 - 导入敏感词文本采用yield生成器
降低内存
- 支持数组和
文件导入
两种方式添加敏感词,自定义文件导入时的敏感词分割符 - 支持添加
干扰因子
来增强敏感词的识别能力 - 自定义符号
标记
敏感词 内置server,适用于api方式调用
匹配模式
模式分为最大最小两种,默认最小匹配模式检测词语
是否是敏感词检测文本
是否包含敏感词过滤文本
中的敏感词单元测试
覆盖率高
使用条件
PHP >= 5.5.0
安装说明
git方式安装:
composer方式安装
引入项目
如何使用:
初始化实例并设置敏感词库
添加干扰因子
检查是否是独立的敏感词
检查是否包含敏感词
敏感词替换
标记敏感词
重置敏感词树和干扰因子
查看当前敏感词树和干扰因子
启动内置server
调用server api
All versions of dfa-filter with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 5.5.0
The package pengyu/dfa-filter contains the following files
Loading the files please wait ....