dair-iitd / OpenIE-standalone

Other
566 stars 73 forks source link

Python Wrapper or REST interface? #10

Closed vineetvermait closed 4 years ago

vineetvermait commented 6 years ago

Hi

Is there a plan to provide REST API or any python wrapper for this library...

REST API could provide a lot of ease to use in other application languages other than Scala

swarnaHub commented 6 years ago

Currently no. However, creating a python wrapper over the openie jar should be easy. I know people who are already doing it. Check out the repository - https://github.com/Srivatsava/manualExtraction.

nooralahzadeh commented 6 years ago

Any plan to make a server like CoreNLP server?

vaibhavad commented 5 years ago

Hi, the link given above seems broken. Can you give some more details on how to run OpenIE as a server or API?

dongyt2004 commented 4 years ago

Hi, the link "https://github.com/Srivatsava/manualExtraction" seems broken. Can you give some more details on how to run OpenIE as a server or API?

vaibhavad commented 4 years ago

We have added the functionality to run OpenIE as a server to be accessed via REST interface - https://github.com/dair-iitd/OpenIE-standalone#running-as-http-server

We have also developed a Python wrapper around OpenIE server - https://github.com/vaibhavad/python-wrapper-OpenIE5