-
Hi, I was planning to use the python wrapper but I am not sure if it has support for sentiment analysis like the original sanfordCoreNLP. If yes, please share some documentation.
-
Even after installing Stanford Core NLP 3.9.2 and pasting the core and the models.jar files in lib,further adding all the jars of core-nlp folder into the CLASSPATH the following issue comes
Except…
-
Hi All,
I am hoping we can convene the folks working on NLP packages in R for a discussion of the current state of the art, and support for various underlying POS tagging/parsing libraries (spaCy, …
-
java -version
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
## Java HotSpot(TM) 64-Bit Server VM (build 25.31-b07, mixed mode)
jetty-runner corenlp.war
2015-02-24 16:37…
-
The [Monolingual Word Aligner](https://github.com/ma-sultan/monolingual-word-aligner) is an important tool in the [Semantic Textual Similarity](http://alt.qcri.org/semeval2017/task1/) task.
@amalinov…
-
Observed on LDC2014T12 data instances:
- train_380
- train_961
- train_995
- train_1442
After preprocessing, there is this *.prp file which contains annotations done by the Stanford CoreNLP…
-
Hi, did you manage to install the politeness package ? From what I have tried, the pip install does not work. And I cannot figure out how to use it in bash once you have linked the url to the stanford…
-
There is a timeout parameter for the __init__ method of StanfordCoreNLP class. But it is never used. We should implement the behavior or remove it to reduce misunderstanding.
-
When I am trying to fetching the WSJ+Gigaword model, my network is unreachable, so what's the problem please?
File "/home/lzm/AMRParsing/depparser.py", line 29, in parse
path_to_model = downlo…
-
Code block of `edu.stanford.nlp.wordseg.Gale2007ChineseSegmenterFeatureFactory` from 490 to 497 tries to match an out dict as feature.
```
features.add(outDict.getW(charp+charc)+"outdict"); …