-
Hi I am planning to use python wrapper for corenlp for sentiment analysis in my lectures. Can someone please point me to some right documentation? It is a bit urgent. Thanks in advance
-
====== 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/…
-
I've noticed this error a couple of times since switching to the new branch. Here's the server log of the exception:
```
INFO:__main__:Processing http://www.telegraph.co.uk/sport/rugbyunion/internati…
-
-
> Traceback (most recent call last):
> File "D:\fahma\corefernce resolution\stanford-corenlp-python-master\corenlp.py", line 281, in
> nlp = StanfordCoreNLP()
> File "D:\fahma\corefernce r…
-
I haven't figured out which is the default model that corenlp uses to parse sentences. I tried to explicitly call the following method to use englishSR which corenlp says has better performance:
```J…
-
Hi~
I can't find the following .java files in your stanford-corenlp-4.0.0 folder:
run_sutime_on_speeches
run_sutime_on_SQA
run_sutime_on_Q
run_sutime_on_A
run_sutime_on_FED_GBK
Could you…
-
I am also trying to run this model, but it is not running giving different issues different times. Now after installing all the necessary libraries, I am getting the following error and the code get s…
-
Hi @bowbowbow, thanks a lot for putting this together. Was wondering if it will be easy to extend the content in main.py to support Arabic.
In my initial trials, I tried the following:
1) Create…
-
What are the current best practices for converting OntoNotes 5.0 to UD format?
I didn't find any documentation or issues about this, sorry if it was already asked.
I used [this](https://universaldep…