-
- Using the prebuilt jar file
## Steps to Reproduce Error
```bash
java -jar openie-assembly.jar
```
---
##### Input Sentences
1. India is Great
- **Output**: 0.84 (India; is; Great)
2…
-
How can I specify a particular directory to create my output of Coref in ?
I am executing the following command:
java -Xmx5g -cp C:\Users\harsh\CoreNLP\stanford-corenlp-full-2018-02-27\stanford-core…
-
Hi!
It seems like the `/ready` endpoints throws an exception every time it is queried:
```
java.lang.IllegalArgumentException: Unknown annotator: mention
at edu.stanford.nlp.pipeline.StanfordCore…
-
Hi,
I am trying to build a scala project, which is written in 2013. When I am using the 'sbt publish-local', it turns out to have the error:
Note: Unresolved dependencies path:
[warn] c…
-
could you elaborate more about how you create the OPenIE graph.
Any sample code!
-
The big OpenIE model file in this repo is slowing down the sync (it was deleted by a later commit but it still exists in the history).
Is it ok to do some clean up sometime? The following is a list…
-
using Microsoft.VisualStudio.TestTools.UnitTesting;
using SimpleNetNlp;
namespace StanfordNLPTest
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void …
-
I'm getting a NullPointerException when trying to parse with openie "They and have taken. However, in comparison with two other characters, the titles of these people look like Little spittles ..." th…
azelk updated
6 years ago
-
I amtrying to create the stand alone jar by executing the following command:
sbt clean compile assembly
but I am getting the following error:
Picked up _JAVA_OPTIONS: -Xmx1024M
Java Hot…
-
I am using Stanford open ie for relation extraction for a text file which contains 5000 sentences. But I am getting the following error. The text file is not empty. When I reduce the number of sentenc…