lina_anonymizer:基于流的文本匿名器

时间:2021-03-15 09:25:15
【文件属性】:
文件名称:lina_anonymizer:基于流的文本匿名器
文件大小:47KB
文件格式:ZIP
更新时间:2021-03-15 09:25:15
Python lina_anonymizer 基于流的文本匿名器 整体工作流程 graph TD; AA[annotator] --> |register rule-set|A A[strapi]-->|get regex|B[rule-entity-extractor server]; B --> |return matched result|C[node-red flow]; C --> |match regex|B; Q[query text from user] --> C; C --> |masking personal information|D[anonymized text]; 初始设定 准备以下docker映像 斯特皮/斯特拉皮 rule_entity_extractor_anonymizer(从rule-entity-extracto
【文件预览】:
lina_anonymizer-main
----utils()
--------regex_combination.json(21KB)
--------update_regex_patterns.py(1KB)
--------regex.json(99KB)
--------personal_information.json(631B)
--------__init__.py(0B)
--------__pycache__()
--------meta_db_client.py(2KB)
----node-red()
--------Dockerfile(2KB)
--------requirements.txt(27B)
--------flows()
----rule-entity-extractor()
--------Dockerfile(1006B)
--------requirements.txt(30B)
--------inferencer.py(5KB)
----streamlit()
--------Dockerfile(1008B)
--------streamlit_app.py(2KB)
--------requirements.txt(46B)
----README.md(1KB)
----strapi()
--------Dockerfile(631B)
--------create_strapi_project.sh(152B)
----.gitignore(2KB)

网友评论