Yu-Yuqing / ChineseNRE

中文实体关系抽取,pytorch,bilstm+attention

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NRE

  • 参考ChineseNRE 库
  • 将代码改成了 python3 可运行的版本
  • 适合中文和英文数据集
    • 运行中文 python train.py chn
    • 运行英文 python train.py eng
    • 使用预训练 python train.py eng/chn pretrained
      • 英文的预训练模型 glove.6B.100d.txt 需自行下载 链接

About

中文实体关系抽取,pytorch,bilstm+attention


Languages

Language:Python 100.0%