Unsupervised-Aspect-Extraction icon indicating copy to clipboard operation
Unsupervised-Aspect-Extraction copied to clipboard

Add Python 3 support

Open americast opened this issue 5 years ago • 1 comments

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!

americast avatar Aug 24 '19 04:08 americast

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.

ruidan avatar Aug 28 '19 05:08 ruidan