-
hi! I get an error from CoreNLP when I'm trying to predict coreference on raw text using "cort-predict-raw" and standard parameters as described in the manual. this is what I get:
2015-11-05 10:37:23…
-
On my Ubuntu 15.10 laptop, when I run `./integrated.py`, I get the following error:
``` pybt
************************************************** Loading CoreNLP ***************************************…
-
```
Hi,
I just updated to dkpro 1.7.0, and I am running the following pipeline:
StanfordSegmenter
StanfordParser (with DependenciesMode.CC_PROPAGATED)
StanfordLemmatizer
StanfordNamedEntityRecognizer…
-
Any ideas on why I can't 'grab' the shift-reduce parser?
OS X 10.10.4.
David-Laxers-MacBook-Pro:stanford_pipeline davidlaxer$ python -V
Python 2.7.10 :: Anaconda 2.3.0 (x86_64)
David-Laxers-MacBook-P…
-
Hello, I am trying to run through your example code, and I ran into this error:
An unhandled exception of type 'System.TypeInitializationException' occurred in stanford-corenlp-3.5.2.dll
Additional in…
-
When I try to run the sample from http://sergey-tihon.github.io/Stanford.NLP.NET/StanfordCoreNLP.html,
I got the following error in **FSharp Interactive**:
``` PowerShell
--> Referenced 'E:\Temp\Stan…
-
It appears that in some cases, Java class proxies can be made available before they're fully bound. We are using the Stanford NLP libraries to perform entity extraction on text, with the process:
1. C…
-
Hi,
I'm getting the following error when running the Parser's sample C# code from the site [1]:
**An unhandled exception of type 'System.StackOverflowException' occurred in IKVM.OpenJDK.Core.dll**
on…
-
I have a sentence that gives a RuntimeException based on what I'm presuming is a bad or unexpected parse when trying to do dependency conversion with the `getFirstRoot()` call. This sounds like an NL…
-
In Vagrant virtual box:
David-Laxers-MacBook-Pro:eldiablo davidlaxer$ vagrant up
/Applications/Vagrant/bin/../embedded/gems/gems/vagrant-1.6.3/lib/vagrant/pre-rubygems.rb:31: warning: Insecure world …