Update README.md

This commit is contained in:
leo 2019-12-04 17:24:54 +08:00
parent 392fc28528
commit 2e6b4be5ed
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ DeepKE 是基于 Pytorch 的深度学习中文关系抽取处理套件。
│ ├── Capsule.py # Capsule 模型
│ ├── GCN.py # GCN 模型
├── test # pytest 测试目录
├── tutorial-notebooks # simple jupyter notebook tutorial
├── utils # 常用工具函数目录
├── metrics.py # 评测指标文件
├── serializer.py # 预处理数据过程序列化字符串文件