Skip to content

Commit

Permalink
add document list of coref mentions
Browse files Browse the repository at this point in the history
  • Loading branch information
J38 authored and Stanford NLP committed Nov 1, 2017
1 parent e706d15 commit 5898763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/edu/stanford/nlp/pipeline/CoreNLP.proto
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ message Document {
optional bool xmlDoc = 11;
repeated Section sections = 12;

/** coref mentions for entire document **/
repeated Mention mentionsForCoref = 14;

extensions 100 to 255;
}

Expand Down

0 comments on commit 5898763

Please sign in to comment.