Python Package for Knowledge Exploration
Project description
Knowledge Explore
- KGExplore: 通用领域知识图谱
- XiuShang 嗅商: 商业知识图谱
Vision
WE ARE DOING IT! FOR REAL! 我们是真的在做! 这是我们眼中的知识图谱现状:
- every body talks about it: 欢迎了解一下各家科技公司的技术宣传稿 :)
- nobody really knows how to do it: 别说do it, 什么是知识图谱, 每行每业的定义都不尽相同. 至于怎么做?做什么?, 以后再说; PPT先画, 牛X先吹.
- everyone thinks everyone else is doing it, so everyone claims they are doing it: 这年头, ppt上没提到"知识图谱"概念的, 都不好意思说自己是AI公司.
我们团队一直相信, 人类积累的很多知识其实一直就在文字中(为啥有文化的人都写书呢, 文字传播知识呗!). 而作为一个专业的NLP团队, 我们一直将我们的核心研发集中在了"无监督学习"和"NLP技术的大规模工程化"上. 在经过一年多的研发&开发后, 我们做出了一套可在大规模文本上抽取的"文字对象间关系"的技术框架, 虽然结果还有不断完善的空间, 但是既然是知识,就值得被分享
安装
https://github.com/smoothnlp/KGExplore.git
cd KGExplore
python setup.py install
使用介绍
知识图谱N元组的搜索与可视化
身份验证
请将您的身份/就职公司/业务场景/联系方式等电邮到business@smoothnlp.com; 我们对科研工作者提供免费的服务调用!
import kgexplore as kge
kge.config.setApiKey(YOUR_API_KEY)
通用领域知识图谱
rels = []
rels += kge.search_bigram("瑞幸咖啡",limit=10)
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元): 5K次调用
- 请整个团队喝咖啡(128元): 5万次调用
- 有意包养我们(我们在找融资): 心诚即可,请电邮business@smoothnlp.com
请使用下方的二维码进行付款, 然后将支付凭证截图电邮到business@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.2.tar.gz
(5.3 MB
view details)
Built Distribution
File details
Details for the file kgexplore-0.1.2.tar.gz
.
File metadata
- Download URL: kgexplore-0.1.2.tar.gz
- Upload date:
- Size: 5.3 MB
- 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 | 9cfb46bba52654b10e9e1331032ed1ec2e7d50139ee7e85b06e4c28153ac7a16 |
|
MD5 | 1518be43306dbc38f371365f127e0d0a |
|
BLAKE2b-256 | 943b39dc4dac52e05bcaa88088b30b7b651089ecd07184e911bba1d19141de56 |
File details
Details for the file kgexplore-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: kgexplore-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.4 MB
- Tags: Python 3
- 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 | 3ad66185ce6966e3063af5df187db7ecd6bf3c472aed09a69ce7cd8e6d3e3a98 |
|
MD5 | 43994be8e47a30793fe7782cc1b11fdf |
|
BLAKE2b-256 | 9c0b57dcdd202a40ed9869d95bd999761d813b78a7bef8475d223b8c42ae9651 |