https://github.com/578223592/sensitiveworldfilter
敏感词过滤库
https://github.com/578223592/sensitiveworldfilter
Last synced: 7 months ago
JSON representation
敏感词过滤库
- Host: GitHub
- URL: https://github.com/578223592/sensitiveworldfilter
- Owner: 578223592
- Created: 2024-07-23T04:26:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-26T03:46:12.000Z (about 1 year ago)
- Last Synced: 2025-01-11T21:43:08.101Z (9 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sensitiveWorldFilter
## usage
todo
## functions list
Add(texts ...string)
IsContainsSensitiveWord(text string) (bool, string)
RemoveSensitiveWord(texts ...string)
## thanks
- https://github.com/syyongx/go-wordsfilter
- https://github.com/importcjj/sensitive