-
From a user:
> Hi, I was messing around with the demo for the Allen information extraction service. In particular comparing to the TextRazor demo https://www.textrazor.com/demo . I was hoping to …
-
**URL**: https://nlp.stanford.edu/software/openie.html
**Browser / Version**: Firefox Mobile 67.0
**Operating System**: Android
**Tested Another Browser**: No
**Problem type**: Design is broken
…
-
How do I go about using SciBERT for relation extraction from raw text?
The text is information from textbooks.
-
In the documentation README, the location and the name of openie-assembly jar wasn't properly specified.
`java -Xmx10g -XX:+UseConcMarkSweepGC -jar openie-assembly.jar` was the command given.
…
-
Dear All
I would like to ask you how to get access to the openie triplets from the python interface.
import stanfordnlp.server as corenlp
text="This is a text."
c=corenlp.CoreNLPClient(annotator…
-
Where could i download the codes about different models of ALLennlp?
-
Command:
java -Xmx5g -cp C:\Users\harsh\CoreNLP\stanford-corenlp-full-2018-02-27\stanford-corenlp-3.9.1.jar:stanford-english-corenlp-models-current.jar:* edu.stanford.nlp.pipeline.StanfordCoreNLP -pr…
-
I coded an implicit utility that returns all the _OpenIE_ relations in a document object as a collection of `EventMention`s to use them as part of an Odin pipeline. However, there are two nuances that…
-
How to reproduce Supervised Open Information Extraction
I want to reproduce Supervised Open Information Extraction. I used the model.py file at https://github.com/gabrielStanovsky/supervised-oie to t…
-
When using the -g flag to generate a graph, both the dot file and generated image are written to the /tmp/openie folder. I would expect the generated image to be written to the img/ folder.