dfki-nlp commited on
Commit
1687f6f
1 Parent(s): d613c07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -120,7 +120,6 @@ The data fields are the same among all splits.
120
 
121
 
122
  - `id`: the instance id of this sentence, a `string` feature.
123
- - `docid`: the TAC KBP document id of this sentence, a `string` feature.
124
  - `token`: the list of tokens of this sentence, obtained with the StanfordNLP toolkit, a `list` of `string` features.
125
  - `relation`: the relation label of this instance, a `string` classification label.
126
  - `subj_start`: the 0-based index of the start token of the relation subject mention, an `ìnt` feature.
 
120
 
121
 
122
  - `id`: the instance id of this sentence, a `string` feature.
 
123
  - `token`: the list of tokens of this sentence, obtained with the StanfordNLP toolkit, a `list` of `string` features.
124
  - `relation`: the relation label of this instance, a `string` classification label.
125
  - `subj_start`: the 0-based index of the start token of the relation subject mention, an `ìnt` feature.