stanford-openie-python icon indicating copy to clipboard operation
stanford-openie-python copied to clipboard

Stanford Open Information Extraction made simple!

Results 6 stanford-openie-python issues
Sort by recently updated
recently updated
newest added

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? ![image](https://github.com/philipperemy/stanford-openie-python/assets/57554286/78fc2215-06d8-4420-8c25-1c38b50b4beb)

![Image](https://github.com/user-attachments/assets/4ca44709-dd5c-496e-8df1-71ca0778dfee)

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