buruzaemon / natto-py

natto-py combines the Python programming language with MeCab, the part-of-speech and morphological analyzer for the Japanese language.
BSD 2-Clause "Simplified" License
92 stars 13 forks source link

MeCabEnv: On Windows, use registry to guess at lib path #7

Closed buruzaemon closed 9 years ago

buruzaemon commented 9 years ago

On Windows platform, use winreg to obtain best-guess at path to libmecab.dll.

Originally opened 2014-11-19. This issue was ported from Bitbucket and is archived for historical reasons.

buruzaemon commented 9 years ago

Python 2.7, use _winreg. On Python 3, use winreg.

buruzaemon commented 9 years ago

Enhancements made to MeCabEnv.

buruzaemon commented 9 years ago

Ready for inclusion in 0.0.6 release.

Resolved 2014-11-20. This issue was ported from Bitbucket and is archived for historical reasons.