-
Following the example in chapter 6, I am getting the following error shortly after running: docTermFreqs.flatMap(_.keySet).distinct().count()
It starts splitting input and executing tasks then:
15/…
-
Hi, I use the .NET version of CoreNLP and while trying to instantiate StanfordCoreNLP, I ran into this exception: Unrecoverable error while loading a tagger model.
I heard that it is specific to the v…
-
Hello,
I am running the following pipeline with Stanford CoreNLP 3.5.2
annotators = tokenize,ssplit,pos,lemma,ner,depparse
with output to json
-outputFormat json
The problem is CoreNLP doesn't spli…
ghost updated
9 years ago
-
I'm getting a NullPointerException when trying to parse "People are known to be at or near places" through the shell.
``` bash
stanford-corenlp-full-2015-04-20> ./corenlp.sh -threads 4 -annotators t…
-
```
Upgrade to Java 1.8; add annotators for dependency parsing, relation extraction
```
Original issue reported on code.google.com by `richard.eckart` on 29 Oct 2014 at 11:31
- Blocked on: #369
-
Trying to use the pipeline, got this error:
```
vagrant@vagrant-ubuntu-trusty-64:~/stanford_pipeline$ python process.py
INFO:stanford:Running.
INFO:stanford:Returning 7612 total stories.
INFO:stanfo…
-
I'm getting a NullPointerException when trying to parse "People are known to be at or near places" through the shell.
``` bash
stanford-corenlp-full-2015-04-20> ./corenlp.sh -threads 4 -annotators t…
-
```
Hi,
I just updated to dkpro 1.7.0, and I am running the following pipeline:
StanfordSegmenter
StanfordParser (with DependenciesMode.CC_PROPAGATED)
StanfordLemmatizer
StanfordNamedEntityRecognizer…
-
```
Upgrade to Java 1.8; add annotators for dependency parsing, relation extraction
```
Original issue reported on code.google.com by `richard.eckart` on 2014-10-29 11:31:20
-
```
Upgrade to Java 1.8; add annotators for dependency parsing, relation extraction
```
Original issue reported on code.google.com by `richard.eckart` on 29 Oct 2014 at 11:31
- Blocked on: #369