https://github.com/asteriskzuo/sensitive_word_cpp
sensitive word filter implement
https://github.com/asteriskzuo/sensitive_word_cpp
Last synced: about 2 months ago
JSON representation
sensitive word filter implement
- Host: GitHub
- URL: https://github.com/asteriskzuo/sensitive_word_cpp
- Owner: AsteriskZuo
- Created: 2019-12-08T02:59:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-08T04:22:30.000Z (over 5 years ago)
- Last Synced: 2025-04-14T19:17:28.930Z (about 2 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sensitive_word_cpp
## 实现哈希敏感词过滤查询功能
## 使用opencc开源库(1.0.5版本)(繁体中文转简体中文),该库已经进行了自定义修改### 支持开启大小写敏感过滤功能
### 支持繁体和简体敏感词过滤功能### test_sensitive_word 项目为iOS平台测试程序
### opencc github address : [link](https://github.com/AsteriskZuo/opencc)
### test_sensitive_word github address : [link](https://github.com/AsteriskZuo/test_sensitive_word)
### SensitiveWord github address : [link](https://github.com/AsteriskZuo/SensitiveWord)
### original opencc github address : [link](https://github.com/BYVoid/OpenCC)