Marco N commited on
Commit
b471f5b
·
1 Parent(s): f1a297a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -23,16 +23,16 @@ For more details, please refer to [the official webpage](https://quaerofrenchmed
23
 
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
  ```
 
23
 
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: "PHEN"
34
+ 8: "GEOG"
35
+ 9: "DEVI"
36
  10: "OBJC"
37
 
38
  ```