DeepDive和postgres的安装及其例子的使用
Deepdive安装教程
本文的数据和工具都来自于http://www.openkg.cn/dataset/cn-deepdive,然后将其文档按照自己的理解写了出来,并且对其中的一些细节内容加入了写详细的描述deepdive支持在linux和mac上安装,安装过程中需要在线下载资源,首先打开你的终端,开始安装
输入命令:bash <(curl -fsSL git.io/getdeepdive)
安装postgres
命令:bash <(curl -fsSL git.io/getdeepdive) postgres
查看自己的系统是否安装了postgresql数据库命令如下: rpm -qa | grep postgresql
下载实例
bash <(curl -fsSL git.io/getdeepdive) spouse_example