williamleif / socialsent

Code and data for inducing domain-specific sentiment lexicons.
Apache License 2.0
195 stars 75 forks source link

Python 3 support #5

Open williamleif opened 7 years ago

williamleif commented 7 years ago

I think it is just the print statements that need to be changed to the future syntax.

savasy commented 6 years ago

I could not even import Graph, that is deprecetad class and not in new version of Keras, I could not solve the problem anyway. When we call Random Walk alg.

from keras.models import Graph ImportError: cannot import name Graph