Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/observerss/textfilter

敏感词过滤的几种实现+某1w词敏感词库
https://github.com/observerss/textfilter

Last synced: 20 days ago
JSON representation

敏感词过滤的几种实现+某1w词敏感词库

Awesome Lists containing this project

README

        

很短但是觉得挺有用的东东
所以单独立了个项目备份一下

USAGE:

>>> f = DFAFilter()
>>> f.add("sexy")
>>> f.filter("hello sexy baby")
hello **** baby