https://github.com/midoks/checkword
敏感词检测
https://github.com/midoks/checkword
Last synced: about 1 year ago
JSON representation
敏感词检测
- Host: GitHub
- URL: https://github.com/midoks/checkword
- Owner: midoks
- License: mit
- Created: 2018-04-26T05:28:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T12:15:02.000Z (about 4 years ago)
- Last Synced: 2025-03-24T14:50:31.608Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 4.32 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# checkword
* 敏感词检测功能,可以自动添加新词
# API接口
- xxx.com/index/check
```
POST
{
"text":"你要检车的文本"
}
```