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

Refactoring: Add type annotations; Static type checking by Mypy #76

Closed mocobeta closed 4 years ago

mocobeta commented 4 years ago

Add PEP484 type annotations (Type Hints) for public APIs, and Mypy configuration file.

Related issue: #73