profanityfilter:用于检测和过滤*行为的通用Python库

时间:2024-05-29 12:25:19
【文件属性】:

文件名称:profanityfilter:用于检测和过滤*行为的通用Python库

文件大小:18KB

文件格式:ZIP

更新时间:2024-05-29 12:25:19

profanity profanity-detection profanityfilter universal-python-library Python

*过滤器 一个通用的Python库,用于检测和/或过滤*单词。 PyPI: ://pypi.python.org/pypi/profanityfilter Doc: : 安装 > pip install profanityfilter 用法 from profanityfilter import ProfanityFilter pf = ProfanityFilter() pf.censor("That's bullshit!") > "That's ********!" pf.set_censor("@") pf.censor("That's bullshit!") > "That's @@@@@@@@!" pf.define_words(["icecream", "choco"]) pf.censor("I love icecream and choco!") > "I l


【文件预览】:
profanityfilter-master
----MANIFEST.in(42B)
----.travis.yml(656B)
----docs()
--------make.bat(756B)
--------Makefile(584B)
--------source()
----profanityfilter()
--------data()
--------profanityfilter.py(5KB)
--------__init__.py(126B)
--------console.py(1KB)
----requirements.py(11B)
----tests()
--------test_instanciation.py(1KB)
--------test_profanity.py(2KB)
--------__init__.py(0B)
--------test_profanity_noboundries.py(1KB)
----pip-selfcheck.json(59B)
----LICENSE(1KB)
----setup.cfg(67B)
----setup.py(2KB)
----.gitignore(869B)
----.travis()
--------generate-docs.sh(103B)
----README.md(2KB)
----bdist.bat(116B)
----.gitattributes(378B)

网友评论