EducationalTestingService / rstfinder

Fast Discourse Parser to find latent Rhetorical STructure (RST) in text.
MIT License
121 stars 24 forks source link

Python3, Python2, or Both #44

Closed falakmasir closed 4 years ago

falakmasir commented 8 years ago

Hi --

Thanks for making this library publicly available. I was wondering if this library only works with Python 3 or parts of it requires Python 2. Some of the files have #!/usr/bin/env python3 line on top but some of them do not. For example, parse_util.py does not have the line on top but uses the Python 3 syntax to import xmlrpc.client.

Should I use pip3 to install the package?

Best,

desilinguist commented 8 years ago

It should work with Python 3. Please try it and update the issue if it doesn't. On Thu, Nov 5, 2015 at 1:03 PM falakmasir notifications@github.com wrote:

Hi --

Thanks for making this library publicly available. I was wondering if this library only works with Python 3 or parts of it requires Python 2. Some of the files have #!/usr/bin/env python3 line on top but some of them do not. For example, parse_util.py does not have the line on top but uses the Python 3 syntax to import xmlrpc.client.

Should I use pip3 to install the package?

Best,

— Reply to this email directly or view it on GitHub https://github.com/EducationalTestingService/discourse-parsing/issues/44 .

desilinguist commented 4 years ago

Since there was no further activity, I'll assume the issue was resolved.