ildpil commited on
Commit
1f22ce0
·
verified ·
1 Parent(s): cdd68c9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 | an object with document annotations, each containing an object with entity mention annotations |
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 |