gsi-upm / senpy-plugins-community

Open source senpy plugins
Apache License 2.0
6 stars 6 forks source link

Py3 compatibility #1

Open balkian opened 8 years ago

balkian commented 8 years ago

Senpy works with python 2.7+ and python 3.4. We should make these plugins compatible or state it clearly in the documentation.

drevicko commented 7 years ago

fyi: I've been building the multiligual wn-affect module in python 3. I now realise this is going to be annoying, but not really able to swap to python2 right now (with ME review pending!).

Perhaps we should try to find a POS tagger in python 3 so the current wn-affect module can use python 3 and we're all happy (: I think Stanfort has python bindings nowadays, or perhaps parsy-mac-parseface?

militarpancho commented 7 years ago

wnaffect support now py3 using nltk pos tagger :)

drevicko commented 7 years ago

cool! Just a not that the readme still says py2.7 only