Unsupervised-Aspect-Extraction
Unsupervised-Aspect-Extraction copied to clipboard
Add Python 3 support
I have made changes to provide support in Python 3. Unfortunately, I was unable to get it running in Python 2, due to some numpy
version incompatibility issue. The latest version of numpy
required Python 3.5+, and hence I made some changes to it.
@ruidan Please review and merge.
Thanks!
Thank you for the changes, but I think it would be better to change the numpy version and the syntax to be compatible with both python2 and python3.