-
I realized we didn't open an issue for it. What are the problems with the unit tests right now and what steps do we need to fix it?
keien updated
10 years ago
-
I have installed the entire Stanford library on Eclipse. When I run the following source code, the program just crashes, with the last message being "Adding annotator sentiment". It remains like with…
-
I get an NPE on many (but not all) test sentences I've tried, including the text "hello world". Stack trace:
```
java.lang.NullPointerException
at org.ejml.simple.SimpleMatrix.(SimpleMatrix.java:15…
-
I did a quick test code to try out the new sentiment model and noticed that there is something weird going on when using RNNCoreAnnotations.getPredictedClass().
I don't know if the sentiment analysis…
-
I have added the corenlp jar files to the **$CLASSPATH**
```
./start_server.sh 9999 3g edu/stanford/nlp/models/lexparser/englishFactored.ser.gz
Exception in thread "main" java.lang.NoClassDefFoundEr…
goog updated
11 years ago
-
Stanford NLP prints out [Unknown Variable: TWILIGHT](https://mailman.stanford.edu/pipermail/java-nlp-user/2012-December/002850.html) or WEEKDAY or MILISECOND, etc. and we need to figure out the origin…
-
We want to use Stanford CoreNLP packages to do the linguistic processing.
We need to find out how to implement the pipeline with multiple stages and how to use filters to accelerate the processing, t…
-
Hello,
I've found an important memory leak somewhere in StanfordCoreNLP::Annotation. Check the memory consumption of this code (more than 600MB as soon as you execute it):
require 'stanford-core-nl…
emmx updated
11 years ago
-
I am using the stanford-core-nlp gem for an educational application. I am running the application on RedHat Linux version 4. I installed java 6 since the gem depends on rjb, which has a java dependenc…
-
I did this simple script :
require 'treat'
Treat.default_language = :french
Treat.silence = false
s = 'Bonjour je suis bien au chateau'
s.parse
I have an error message :
Any help ?
Thanx !
Load…