8000 GitHub - dddouble/textfilter: 敏感词过滤的几种实现+某1w词敏感词库
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

dddouble/textfilter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

USAGE:

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0