datquocnguyen / RDRPOSTagger

A fast and accurate POS and morphological tagging toolkit (EACL 2014)
http://rdrpostagger.sourceforge.net
Other
140 stars 48 forks source link

Porting to Python 3 #10

Closed jacopofar closed 5 years ago

jacopofar commented 8 years ago

Hello, I've ported the script to Python 3, it's here, you may want to link it or get it back as a git branch.

Unfortunately, the code does not work on Python 2

thuvh commented 7 years ago

you should fork this repository, then fix some incompatible code. Then make a pull request. I think it is a better way to contribute and credit the author of this postagger

jacopofar commented 7 years ago

The problem is that my changes break the compatibility with Python 2. I forked the repo, but a PR+merge would break it for Python 2 users.