Marco N commited on
Commit
45ad4b0
·
1 Parent(s): 1093d24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
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: "ANAT",
28
- 2: "LIVB",
29
- 3: "DISO",
30
- 4: "PROC",
31
  5: "CHEM",
32
- 6: "GEOG",
33
- 7: "PHYS",
34
- 8: "PHEN",
35
- 9: "OBJC",
36
- 10: "DEVI"
 
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