From 49c619132aa0f005e77c2eba228def94143d6fec Mon Sep 17 00:00:00 2001 From: Greg Durrett Date: Wed, 1 Mar 2017 20:14:42 -0800 Subject: [PATCH] Update README-NEURAL.md --- README-NEURAL.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README-NEURAL.md b/README-NEURAL.md index 982137f3..91b22445 100644 --- a/README-NEURAL.md +++ b/README-NEURAL.md @@ -56,6 +56,13 @@ You can download the ```neuralcrf.parser``` model from: http://nlp.cs.berkeley.edu/projects/neuralcrf.shtml +(As of March 1, 2017, this model does not work with the latest version of epic. If you want +to use the pre-trained model, use the commit with hash + +8968e0966da28101744ce6f5bbb0de4345d9c594 + +from March 30, 2016.) + To train a new parser as described in the neural CRF paper, run the following command (note that you need to fill in paths for -cp, --treebank.path, and --word2vecPath):