dfa filter func
Project description
Installing
Install with pip
pip install nest-dfa==1.1.2
Usage
-
DFAFilter用法
:explain: 敏感词过滤
:syntax: DFAFilter(sensitive_words: str) -> None
:syntax: filter(self, message: str, repl: str="*") -> str
:param: sensitive_words, 敏感词文本文件地址
: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.2.tar.gz
(2.1 kB
view details)
File details
Details for the file nest-dfa-1.1.2.tar.gz
.
File metadata
- Download URL: nest-dfa-1.1.2.tar.gz
- Upload date:
- Size: 2.1 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 | 35d518ca9768043480b8eb436766befa625f19d38dfd47cb666f308ac3c0d459 |
|
MD5 | 784327809441edf7fdc49d93fa8940d8 |
|
BLAKE2b-256 | 13a6bf0e3896eede92e0502df18811ab31c6d6494351f8f6d3604c0a5eb53446 |