quansitech/qs-sensitive
Composer 安装命令:
composer require quansitech/qs-sensitive
包简介
sensitive words
关键字:
README 文档
README
安装
composer require quansitech/qs-sensitive
用法
$sensitive = new Senstive(); $txt = "你是不是傻&吊。。。"; $words = $sensitive->filter($txt); echo $words; // 你是不是***。。。
自定义干扰因子和敏感词库
$disturbList = ['!', '(', ')']; $words = './words.txt'; $sensitive = new Senstive($disturbList, $words); $txt = "你是不是傻(!)吊。。。"; $words = $sensitive->filter($txt); echo $words; //你是不是*****。。。
统计信息
- 总下载量: 1.05k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-04-08