philipperemy / stanford-openie-python

Stanford Open Information Extraction made simple!
ISC License
635 stars 102 forks source link

Python Compatibility #41

Closed dimaelzein closed 3 years ago

dimaelzein commented 3 years ago

Can someone advise please which Python versions are compatible? I am currently using Python 3.7.1 and I am unable to install it. PS: I cannot upgrade the Python version, I need it for Hugging Face neuralcoref. Has anyone tried neuralcoref with stanford openie?

philipperemy commented 3 years ago

@dimaelzein hey I think it should work with python 3.7.1 as long as you can install some deps. I think the tricky part here is the installation of the CoreNLP library which relies on Java. So you need to have Java installed.