https://github.com/ownthink/qimen
Qimen表示的是奇门遁甲之术,用于抽取各种实体的工具。
https://github.com/ownthink/qimen
Last synced: about 1 year ago
JSON representation
Qimen表示的是奇门遁甲之术,用于抽取各种实体的工具。
- Host: GitHub
- URL: https://github.com/ownthink/qimen
- Owner: ownthink
- License: mit
- Created: 2019-04-19T12:54:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T11:04:22.000Z (over 6 years ago)
- Last Synced: 2025-04-08T01:04:39.081Z (about 1 year ago)
- Language: Python
- Homepage: https://www.ownthink.com/
- Size: 45.9 MB
- Stars: 29
- Watchers: 4
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Qimen实体抽取工具
>>> Qimen实体抽取工具用于抽取实体
* 人物
* 公司
* 机构
* 手机号 tools/phone/phone.py
* 水果
* 邮箱 tools/email/email.py
* 时间
* ip地址 tools/ip/ip.py
* url地址 tools/url/url.py
* 身份证 tools/idcard
* 邮政编码 postal
等等
项目说明:开发语言python,所有的项目都必须可以离线使用,必须为源代码的形式。每个实体单独一个文件夹独立开来,后面再进行整合。例如:人物就在tools文件夹下面创建一个person文件夹,然后编写人物抽取的工具。