Python Package for Knowledge Exploration
Project description
Knowledge Explore
- KGExplore: 通用领域知识图谱
- 嗅商: 商业知识图谱
安装
git clone https://github.com/smoothnlp/xiushang.git
cd xiushang
python setup.py install
使用文档
知识图谱N元组的搜索与可视化
身份验证
请电邮到 contact@smoothnlp.com 或 添加文档最下方的企业微信; 我们对科研工作者提供免费的服务调用!
import kgexplore as kge
kge.config.setApiKey(YOUR_API_KEY)
通用领域知识图谱
rels = []
rels += kge.search_bigram("瑞幸咖啡",limit=10)
rels += kge.search_bigram("互联网咖啡")
kge.visualize(rels)
嗅商 - 商业知识图谱
rels = []
rels += kge.get_xiushang_ngram(target="董明珠",source_type='企业')
rels += kge.get_xiushang_ngram(source="珠海格力电器股份有限公司",target_type="人物")
kge.visualize(rels)
请我们喝咖啡
- 如果你是科研人员: Free
- 请算法工程师喝咖啡(28元): 1万次调用
- 请整个团队喝咖啡(128元): 10万次调用
- 有意包养我们(我们在找融资): 心诚即可,请电邮contact@smoothnlp.com
请使用下方的二维码进行付款, 然后将支付凭证截图电邮到contact@smoothnlp.com; 我们会在24小时内回复apikey. 谢谢大家支持
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
kgexplore-0.1.0.tar.gz
(286.0 kB
view details)
Built Distribution
kgexplore-0.1.0-py3.7.egg
(16.0 kB
view details)
File details
Details for the file kgexplore-0.1.0.tar.gz
.
File metadata
- Download URL: kgexplore-0.1.0.tar.gz
- Upload date:
- Size: 286.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191201 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28c4944307226e2b45195fa2f11b8d2c67248bc002ea9c124f34488e850064b1 |
|
MD5 | b2b9582bdd953eacdec44188f83df400 |
|
BLAKE2b-256 | ef782d9b043a3059a98a0767479fc566ec3a50bd561d7ecd376406f66a762571 |
File details
Details for the file kgexplore-0.1.0-py3.7.egg
.
File metadata
- Download URL: kgexplore-0.1.0-py3.7.egg
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2.post20191201 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86468e459a81f9da4a68f0f6b2627f6329d4a7b4d9934882f324905ee094feca |
|
MD5 | 33a405c97c70c84b4a17288ddf256e37 |
|
BLAKE2b-256 | aee9fbab509282bb466e4db51fddcab27b085e88b01baee70497549ff4aad9aa |