clarkkev / deep-coref

270 stars 59 forks source link

how to generates the json file for training? #3

Closed SeekPoint closed 7 years ago

SeekPoint commented 7 years ago

java -Xmx2g -cp stanford-corenlp.jar:stanford-corenlp-models-3.7.0.jar:* edu.stanford.nlp.coref.NeuralCorefDataExporter

what is the edu.stanford.nlp.coref.NeuralCorefDataExporter ? should I just download the below link? https://github.com/stanfordnlp/CoreNLP/blob/master/src/edu/stanford/nlp/coref/neural/NeuralCorefDataExporter.java

clarkkev commented 7 years ago

As the README says, NeuralCorefDataExporter is part of Stanford CoreNLP. You can download it here.