-
```
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
-
```
In preparation of the lecture "Educational NLP" (2013) we want to extend the
Wiki tutorial "MyFirstDKProProject" by a NER and the Stanford Parser. This is
currently not provided by the tutorial.…
-
```
In certain conditions, the Stanford DCoref module calls our to the
StanfordCoreNLP framework in order to invoke a parser to re-parse a mention.
Since we run DCoref standalone in DKPro Core, the …
-
```
Hi,
I just updated to dkpro 1.7.0, and I am running the following pipeline:
StanfordSegmenter
StanfordParser (with DependenciesMode.CC_PROPAGATED)
StanfordLemmatizer
StanfordNamedEntityRecognizer…
-
When setting `parse.model=edu/stanford/nlp/models/srparser/englishSR.ser.gz` and using the SR models from the site, there is a `java.lang.ClassNotFoundException` being thrown for `edu.stanford.nlp.par…
-
```
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
-
```
In preparation of the lecture "Educational NLP" (2013) we want to extend the Wiki tutorial
"MyFirstDKProProject" by a NER and the Stanford Parser. This is currently not provided
by the tutorial.
`…
-
Hello,
When I try POS tagging with stanford-corenlp-3.5.1, I got following part of the output by StanfordCoreNLP's jsonPrint method.
{
"index": "5",
"word": "\'s",
"lemma": "\'s",
"c…
ghost updated
9 years ago
-
```
In preparation of the lecture "Educational NLP" (2013) we want to extend the
Wiki tutorial "MyFirstDKProProject" by a NER and the Stanford Parser. This is
currently not provided by the tutorial.…
-
same crash in 3.5 release and current build
```
$ echo 'This waste, when mixed into the soil, can be very helpful to growing plants' > tmp.txt
$ java -mx3g -cp "./*" edu.stanford.nlp.pipeline.Stanfor…