Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package is written in python 2 and can no longer be installed #29

Open
alex-calderwood opened this issue Aug 26, 2022 · 3 comments · May be fixed by #30
Open

Package is written in python 2 and can no longer be installed #29

alex-calderwood opened this issue Aug 26, 2022 · 3 comments · May be fixed by #30

Comments

@alex-calderwood
Copy link

I have a project that could benefit from the FUF module here but it is written in Python 2. Are there any plans to migrate this project to python 3?

@stevenbird
Copy link
Member

It's all down to what people want to contribute...

@alex-calderwood
Copy link
Author

@stevenbird For my project I ended up using the 2to3 executable to turn nltk_contrib into a python3 codebase, but I hacked it up a little and have only tested my use case (I suspect other parts of the library are broken). If there's interest I am happy to upload what I have for others and we could potentially reassemble what was lost in translation.

@alex-calderwood
Copy link
Author

alex-calderwood commented Aug 30, 2022

I've gone ahead and created a repo with the (at least partly) working python3 version of nltk_contrib. https://github.com/alex-calderwood/nltk_contrib_py3

Steven, if you could create a python3_dev branch or something similar I can pull-request into that.

@tomaarsen tomaarsen linked a pull request Sep 1, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants