mocobeta / janome

Japanese morphological analysis engine written in pure Python
https://mocobeta.github.io/janome/en/
Apache License 2.0
848 stars 51 forks source link

Modernize source code #73

Closed mocobeta closed 4 years ago

mocobeta commented 4 years ago

We have dropped python2 support from the master branch; now we can use modern python syntax and features.

https://powerfulpython.com/blog/whats-really-new-in-python-3/#new-features https://www.oreilly.co.jp/books/9784873119175/

Also we should introduce some lint tools.