hanbinChen commited on
Commit
ab3a660
·
1 Parent(s): 6e0faa9
Files changed (2) hide show
  1. .vscode/settings.json +8 -0
  2. README.md +1 -1
.vscode/settings.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cSpell.words": [
3
+ "dataclass",
4
+ "llms",
5
+ "medkgc",
6
+ "streamlit"
7
+ ]
8
+ }
README.md CHANGED
@@ -12,7 +12,7 @@ pinned: false
12
  # Medical Knowledge Graph Construction (medKGC)
13
 
14
  ## Overview
15
- A automated annotion tool using LLMs to help medical annotators annotate the input radiology reports.
16
 
17
  这个工具涉及了Named Entity Recognition,relation extraction, named entity normalization,最终结果会以知识图谱的形式输出。
18
 
 
12
  # Medical Knowledge Graph Construction (medKGC)
13
 
14
  ## Overview
15
+ A automated annotation tool using LLMs to help medical annotators annotate the input radiology reports.
16
 
17
  这个工具涉及了Named Entity Recognition,relation extraction, named entity normalization,最终结果会以知识图谱的形式输出。
18