Fully Python 2 and 3 compatibility #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Detailed lists of the changes can be found in the commit messages from 9 September 2016.
I've tested this by running the sclstm train and test as described in
README.md
in virtual environments for Python 2.7 and Python 3.5.Note that for Python 3 I needed nltk==3.2.1 instead of 3.0.0.
future
also needs to be installed for compatibility, but otherwise the requirements are basically the same. Instead ofpip install nltk==3.0.0 theano==0.8.2
users need to runpip install nltk theano==0.3.2 future
to get all of the dependencies they need. (Installing always, of course, to user space or a virtual environment.)Requirements list (incl. dependencies installed when installing
theano
):