fangfangli / cleartk

Automatically exported from code.google.com/p/cleartk
0 stars 0 forks source link

Building cleartk-stanford-corenlp relies on outdated version of CoreNLP #250

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The dependencies for cleartk-stanford-corenlp rely on CoreNLP v1.0.2 which 
contains delcarations for two classes not found in the 2011-06-19 release 1.1.0:

edu.stanford.nlp.ling.CoreAnnotations.CollapsedCCProcessedDependenciesAnnotation
;
edu.stanford.nlp.ling.CoreAnnotations.CorefGraphAnnotation;

In order to build this module, it is necessary to download the older version, 
which is not linked on stanford's website.  In order to take advantage of the 
better coreference model in the CoreNLP stack, the cleartk-stanford-corenlp 
package should be refactored to depend on the newer version of the software.

Original issue reported on code.google.com by jeffbenn...@gmail.com on 15 Jul 2011 at 4:20

GoogleCodeExporter commented 9 years ago
If you get the latest version working in your build please feel free to submit 
a patch to #249.  Thanks!

Original comment by phi...@ogren.info on 17 Jul 2011 at 3:05