-
`stanford-corenlp-full-2014-01-04.zip` works great. The newest build (http://nlp.stanford.edu/software/stanford-corenlp-full-2015-12-09.zip) throws errors:
```
Stanford CoreNLP error? { [Error: Could…
buley updated
8 years ago
-
Start Stanford CoreNLP...
java -Xmx2500m -cp stanfordnlp/stanford-corenlp-full-2015-04-20/stanford-corenlp-3.5.2.jar:stanfordnlp/stanford-corenlp-full-2015-04-20/stanford-corenlp-3.5.2-models.jar:sta…
-
====== gAnswer2.0 over DBpedia ======
Adding annotator tokenize
Exception in thread "main" java.lang.NoSuchMethodError: edu.stanford.nlp.process.PTBTokenizer.factory(ZZ)Ledu/stanford/nlp/objectbank/…
-
When I try importing the corenlp class from a python script (exampleRun.py) that is not in the same stanford-corenlp-pyhton directory like this:
> from corenlp import *
> corenlp = StanfordCoreNLP("p…
-
```
python corenlp/corenlp.py -H ip -p 3456
Traceback (most recent call last):
File "corenlp/corenlp.py", line 592, in
main()
File "corenlp/corenlp.py", line 580, in main
nlp = StanfordCo…
-
I'm using KBP for relation extraction in Chinese. There is currently a model for Chinese according to the official introduction.
I added kbp annotator into `StanfordCoreNLP-chinese.properties` . When…
-
Dear all,
I get an exception when trying to annotate a very simple XML file.
I'd be very grateful to hear about ideas for workarounds since this is currently stopping me from working with CoreNLP …
-
Exploring the code of CoreNLP to gain a better understanding how to process strings directly infused from R I realized that the `AnnotationPipeline` class, though more low-level than the `StanfordCore…
-
I'm a little confused about this step:
> Stanford CoreNLP is also needed. Install separately and make a symbolic link java-lib to it.
So, I downloaded the `stanford-english-corenlp-2016-01-10-models…
-
I got this error after running the pipeline as described in the docs:
```
FrenchServerDependencyParseTask processing article 'Affaire des march�s publics d'�le-de-France'...
FrenchServerDependenc…