Update README.md
Browse files
README.md
CHANGED
|
@@ -30,7 +30,7 @@ The data is distributed in a standoff JSON format consisting of a list of docume
|
|
| 30 |
|
| 31 |
| Variable name | Description |
|
| 32 |
|---------------|-------------|
|
| 33 |
-
| entity_mentions |
|
| 34 |
| dataset_type | which data split the court case belongs to (train /dev / test) |
|
| 35 |
| doc_id | the ID of the court case (e.g. “001-61807”) |
|
| 36 |
| annotator_id | the ID of the annotator |
|
|
|
|
| 30 |
|
| 31 |
| Variable name | Description |
|
| 32 |
|---------------|-------------|
|
| 33 |
+
| entity_mentions | a list of entity mention objects with annotations (see table below) |
|
| 34 |
| dataset_type | which data split the court case belongs to (train /dev / test) |
|
| 35 |
| doc_id | the ID of the court case (e.g. “001-61807”) |
|
| 36 |
| annotator_id | the ID of the annotator |
|