stanford-openie-python
stanford-openie-python copied to clipboard
Stanford Open Information Extraction made simple!
I am trying to get triplets with coreference resolved, tried this way **triples = client.annotate(corpus, properties={ "annotators":"tokenize,ssplit,pos,lemma,depparse,ner,coref,mention,natlog,openie", "outputFormat": "json", "openie.format": "ollie", "openie.resolve_coref": "true", })** but it is giving the following...
Hi Philippe, I try to use the wrapper from Colab but I have a permanent issue when it tries to start the remote server. PermanentlyFailedException: Timed out waiting for service...
Hi, I am using windows 10 and I get the following error when I run the example: `OSError: [WinError 740] The requested operation requires elevation` As I looked at some...
I installed the environment and ran the demo code. However, I can not get the feedback from the client. Is there any issue with my set up? 

This is the official python library from stanfordnlp, I think it does more or less what you want to achieve? https://github.com/stanfordnlp/stanza/issues/441