DeepIE: Deep Learning for Information Extraction
Go to file
2020-01-07 19:25:17 +08:00
config 基本框架构建 2020-01-07 18:31:44 +08:00
data 基本框架构建 2020-01-07 18:27:52 +08:00
docs 基本框架构建 2020-01-07 18:31:44 +08:00
models 基本框架构建 2020-01-07 18:31:44 +08:00
run 基本框架构建 2020-01-07 18:27:52 +08:00
README.md 增加TODO计划 2020-01-07 19:25:17 +08:00

InfoExtract_Zoo: Information Extraction Zoo based Deep Learning

InfoExtract_Zoo : 基于深度学习的信息抽取技术

主要内容包括:

  • 实体抽取/事件段落抽取/事件主体抽取
  • 实体链接
  • 实体-关系抽取
  • 事件抽取

涉及的数据领域包含:

  • 医疗
  • 金融
  • 电商
  • 法律

Installation

$ git clone https://github.com/loujie0822/InfoExtract_Zoo
$ cd InfoExtract_Zoo

Performance

TODO计划

  • 1月7日-10日基本框架设计
  • 1月7日-10日add 实体抽取/实体-关系联合抽取代码