Datasets:
Commit
·
ea2827b
1
Parent(s):
9742bba
Update README.md
Browse files
README.md
CHANGED
@@ -90,8 +90,8 @@ For each instance, there is a document name representing the name of the documen
|
|
90 |
- *ner-tags*: a list of string representing the annotation for each word.
|
91 |
|
92 |
The allowed **ner-tags** are:
|
93 |
-
-
|
94 |
-
-
|
95 |
- "I-Actor",
|
96 |
- "B-Activity",
|
97 |
- "I-Activity",
|
|
|
90 |
- *ner-tags*: a list of string representing the annotation for each word.
|
91 |
|
92 |
The allowed **ner-tags** are:
|
93 |
+
- **O**: An O tag indicates that a token belongs to no chunk.
|
94 |
+
- **B-Actor**: This tag indicates the beginning of an *Actor* chunk.
|
95 |
- "I-Actor",
|
96 |
- "B-Activity",
|
97 |
- "I-Activity",
|