Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ The model was trained to extract entities from French biomedical sentences (medl
|
|
33 |
| `PHEN` | **Biological processes** (e.g. inflammation, mutation) |
|
34 |
| `PHYS` | **Physiological functions** (e.g. respiration, vision) |
|
35 |
|
36 |
-
I
|
37 |
|
38 |
```
|
39 |
TAG_1 entity_1 <> TAG_2 entity_2 <> ... <> TAG_n entity_n
|
|
|
33 |
| `PHEN` | **Biological processes** (e.g. inflammation, mutation) |
|
34 |
| `PHYS` | **Physiological functions** (e.g. respiration, vision) |
|
35 |
|
36 |
+
I use `<>` as a separator and the output format is :
|
37 |
|
38 |
```
|
39 |
TAG_1 entity_1 <> TAG_2 entity_2 <> ... <> TAG_n entity_n
|