tsmatz commited on
Commit
b9ca5f5
1 Parent(s): a8c126a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -30,11 +30,11 @@ Each token is labeled by :
30
 
31
  | Label id | Tag | Description |
32
  |---|---|---|
33
- | 0 | O | others or nothing |
34
  | 1 | PER | person |
35
  | 2 | ORG | general corporation organization |
36
- | 3 | ORG-P | political organization |
37
- | 4 | ORG-O | other organization |
38
  | 5 | LOC | location |
39
  | 6 | INS | institution, facility |
40
  | 7 | PRD | product |
 
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 (P) | political organization |
37
+ | 4 | ORG-O (O) | other organization |
38
  | 5 | LOC | location |
39
  | 6 | INS | institution, facility |
40
  | 7 | PRD | product |