-
I was trying to use the coreference models as baselines. It went well with the 'dcoref' and 'statistical' coref model. But when I tried to use the 'neural' model, I received this bug:
```
[pool-1-th…
-
In the default.properties file I see that there are options for applying ner as one of the annotators. But when I try something like
```
annotators = tokenize, ssplit, pos, lemma, depparse, regexner
…
-
python可以添加自定义词典吗
-
I get an error while installing - The command '/bin/bash -c apt-get install -y python-dev python-pip graphviz graphviz-dev libxml2-dev libxslt-dev && rm -rf /var/lib/apt/lists/* && pip2 instal…
-
Error while running this line: tok.tokenize('hello world').words()
Traceback (most recent call last):
File "", line 1, in
File "/home/saiabhishekgv/DrQA/drqa/tokenizers/corenlp_tokenizer.py"…
-
Hello, I wanted to report another common issue I am encountering during my research. For instance, while parsing [https://github.com/stanfordnlp/CoreNLP/commit/b95cd18ce7e865bcb7cc3f3ade2c2e08295c6d6f…
-
This note may be obvious to more experienced users, but I had a small difficulty because of what may be an inconsistency between the docs and the shipped example configuration.
The first example i…
rdroe updated
4 years ago
-
Attempting to create a pipeline with the [kbp annotator](https://stanfordnlp.github.io/CoreNLP/kbp.html) currently results in the following error:
```
Execution error (VerifyError) at edu.stanford…
-
Is this only UNIX compatible?
I am not able to run this on windows. It shows path syntax problems. How to solve this?
Thanks
-
I have the following MWE:
```
from stanfordnlp.server import CoreNLPClient
text = 'Barack Obama was born in the Hawaii. He was the president of the United States. '
prop = {'annotators': 'coref'…
ghost updated
3 years ago