dfa filter func
Project description
Installing
Install with pip
pip install nest-dfa==1.1.1
Usage
-
DFAFilter用法
:explain: 敏感词过滤
:syntax: DFAFilter(sensitive_words: str) -> None
:syntax: filter(self, message: str, repl: str="*") -> str
:param: sensitive_words, 敏感词文本文件地址,默认当前路径下的sensitive_words.txt
:param: message 需要检测敏感词的字符串
:param: repl 敏感词需要替换的标识,默认为 *
:return: 过滤后的字符串
>>> from pydfa.dfa import DFAFilter >>> dfa = DFAFilter(sensitive_words="/mnt/d/sensitive_words.txt") >>> message = "大家足球投注哈麻醉" >>> print(dfa.filter(message)) >>> "大家****哈**"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nest-dfa-1.1.1.tar.gz
(2.2 kB
view details)
File details
Details for the file nest-dfa-1.1.1.tar.gz
.
File metadata
- Download URL: nest-dfa-1.1.1.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40fe91296c8ff2b970bdd99f720f56b3c4c784e8d28772bb9f306c2ea9341e01 |
|
MD5 | 7904c9ba578d3795ee011b192faff66d |
|
BLAKE2b-256 | 8ef427f411da10bcfc4fec6d1310aafa16cdc9b5696029c67b6dc6584e815445 |