Marco N
commited on
Commit
·
45ad4b0
1
Parent(s):
1093d24
Update README.md
Browse files
README.md
CHANGED
@@ -24,16 +24,17 @@ For more details, please refer to [the official webpage](https://quaerofrenchmed
|
|
24 |
In this format, each word of the sentence has an associated ner_tag, corresponding to the type of clinical entity, here is the mapping :
|
25 |
```
|
26 |
0: "O",
|
27 |
-
1: "
|
28 |
-
2: "
|
29 |
-
3: "
|
30 |
-
4: "
|
31 |
5: "CHEM",
|
32 |
-
6: "
|
33 |
-
7: "
|
34 |
-
8: "
|
35 |
-
9: "
|
36 |
-
10: "
|
|
|
37 |
```
|
38 |
|
39 |
|
|
|
24 |
In this format, each word of the sentence has an associated ner_tag, corresponding to the type of clinical entity, here is the mapping :
|
25 |
```
|
26 |
0: "O",
|
27 |
+
1: "DISO",
|
28 |
+
2: "PROC",
|
29 |
+
3: "ANAT",
|
30 |
+
4: "LIVB",
|
31 |
5: "CHEM",
|
32 |
+
6: "PHYS",
|
33 |
+
7: "GEOG",
|
34 |
+
8: "DEVI",
|
35 |
+
9: "PHEN",
|
36 |
+
10: "OBJC"
|
37 |
+
|
38 |
```
|
39 |
|
40 |
|