An open API service indexing awesome lists of open source software.

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

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)