Update README.md
Browse files
README.md
CHANGED
@@ -28,17 +28,17 @@ See [here](https://github.com/stockmarkteam/ner-wikipedia-dataset) for the licen
|
|
28 |
|
29 |
Each token is labeled by :
|
30 |
|
31 |
-
| Label id | Tag | Description |
|
32 |
|---|---|---|
|
33 |
-
| 0 | O (None) | others or nothing |
|
34 |
-
| 1 | PER | person |
|
35 |
-
| 2 | ORG | general corporation organization |
|
36 |
-
| 3 | ORG-P
|
37 |
-
| 4 | ORG-O
|
38 |
-
| 5 | LOC | location |
|
39 |
-
| 6 | INS | institution, facility |
|
40 |
-
| 7 | PRD | product |
|
41 |
-
| 8 | EVT | event |
|
42 |
|
43 |
## Intended uses & limitations
|
44 |
|
|
|
28 |
|
29 |
Each token is labeled by :
|
30 |
|
31 |
+
| Label id | Tag | Tag in Widget | Description |
|
32 |
|---|---|---|
|
33 |
+
| 0 | O | (None) | others or nothing |
|
34 |
+
| 1 | PER | PER | person |
|
35 |
+
| 2 | ORG | ORG | general corporation organization |
|
36 |
+
| 3 | ORG-P | P | political organization |
|
37 |
+
| 4 | ORG-O | O | other organization |
|
38 |
+
| 5 | LOC | LOC | location |
|
39 |
+
| 6 | INS | INS | institution, facility |
|
40 |
+
| 7 | PRD | PRD | product |
|
41 |
+
| 8 | EVT | EVT | event |
|
42 |
|
43 |
## Intended uses & limitations
|
44 |
|