Skip to content

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

Notifications You must be signed in to change notification settings

sleepingphoenix/textfilter

This branch is 1 commit behind observerss/textfilter:master.

Folders and files

NameName
Last commit message
Last commit date
Jan 5, 2012
Oct 27, 2014
Jan 5, 2012

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%