文件名称:trex:使用有效的正则表达式提取和替换关键字
文件大小:83KB
文件格式:ZIP
更新时间:2024-03-19 22:25:11
regex search-in-text regular-expression trie keyword-extraction
使用正则表达式进行有效的关键字提取 该软件包包含用于将一组关键字有效地表示为正则表达式的功能。 此正则表达式可用于替换句子中的关键字或从句子中提取关键字 为什么要使用trrex? 纯Python,没有其他依赖项 trrex快速,比正则表达式联合快约300倍,比FlashText快约2.5倍 与其他人玩得很好,可以轻松与熊猫融为一体 安装trrex 用点子 pip install trrex 用法 import trrex as tx pattern = tx . compile ([ 'baby' , 'bat' , 'bad' ]) hits = pattern . findall ( 'The baby was scared by the bad bat.' ) # hits = ['baby', 'bat', 'bad'] 大熊猫 import trrex as tx impor
【文件预览】:
trex-master
----readthedocs.yaml(88B)
----codecov.yml(264B)
----.github()
--------workflows()
----noxfile.py(645B)
----requirements-dev.txt(118B)
----trrex()
--------benchmarks()
--------trrex.py(3KB)
--------_version.py(22B)
--------__init__.py(104B)
--------tests()
----LICENSE(1KB)
----setup.cfg(1KB)
----setup.py(69B)
----README.md(2KB)
----.pre-commit-config.yaml(866B)
----docs()
--------source()
--------make.bat(799B)
--------requirements.txt(53B)
--------Makefile(638B)
----.gitignore(94B)