0
点赞
收藏
分享

微信扫一扫

免费违禁词检测api

免费敏感词检测,免费文本内容审核,

不用什么注册key,下载到本地直接运行,直接http json查询。

下载地址

​​https://github.com/bosnzt/wordscheck​​

​​https://gitee.com/bosnzt/wordscheck​​

​​​​http://www.wordscheck.com​​

运行下

[root@localhost svc]# chmod +x wordscheck
[root@localhost svc]# ./wordscheck

curl试下效果

[root@localhost ~]# curl -H "Accept: application/json" -H "Content-type: application/json" -X POST -d '{"content":"他在传播艳情内容"}'  http://localhost:8080/wordscheck

{
"code": "0",
"msg": "检测成功",
"return_str": "他在传播**内容",
"word_list": [{
"keyword": "艳情",
"category": "色情"
}]
}

举报

相关推荐

0 条评论