zs1379 / wordfilter

提供基于HTTP的敏感词过滤服务

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#基于HTTP的关键字过滤服务

示例:

http://localhost:8080/?content=苍井空(あおい そら),日本AV演员兼电视、电影演员

返回:

{"find":["苍井空","AV"],"result":"***(あおい そら),日本**演员兼电视、电影演员","ret":1}

返回说明:

find: 出现的关键字列表
result: 替换后的内容
ret: 0 没有包含关键字,1 包含关键字

About

提供基于HTTP的敏感词过滤服务


Languages

Language:Go 100.0%