From 6f086ba6b55dc2ee7e0ef9e705196e7dcd185214 Mon Sep 17 00:00:00 2001 From: tlk-dsg <467460833@qq.com> Date: Thu, 19 Aug 2021 18:36:01 +0800 Subject: [PATCH] version 2.9 --- README.md | 10 ++++-- README_ENGLISH.md | 81 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 89 insertions(+), 2 deletions(-) create mode 100644 README_ENGLISH.md diff --git a/README.md b/README.md index 19a9bab..fd349a4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@


- + + DeepKE

@@ -21,7 +22,12 @@ DOI

- +

+

+ 简体中文 | + English | +

+

基于深度学习的开源中文知识图谱抽取框架

diff --git a/README_ENGLISH.md b/README_ENGLISH.md new file mode 100644 index 0000000..19136db --- /dev/null +++ b/README_ENGLISH.md @@ -0,0 +1,81 @@ +

+
+ + DeepKE +
+

+

+ + Build + + + GitHub + + + Documentation + + + GitHub release + + + Contributor Covenant + + DOI +

+

+

+ 简体中文 | + English | +

+

+ +

+

Open source Chinese knowledge atlas extraction framework based on deep learning

+

+ +

+ +

+ +DeepKE offers some models for knowledge extrations + +## Online Demo +demo 's urls + +1.NER + +2.RE + + 1.REGULAR + + 2.FEW-SHOT + + 3.DOCUMENT + +3.AE + + +## Quick Tour + +## Installtion +pip installtion +``` +pip install deepke +``` + +## Model architectures +Deepke contains these models: + +1.NER + +2.RE + +**[REGULAR](https://github.com/tlk1997/deepke/blob/master/example/re/regular/re_regular.md)** + +FEW-SHOT + +DOCUMENT + +3.AE + +## Citation \ No newline at end of file