Back

Mighty Morphin Morphology

#26
There is a utf-8 version of the dictionary that mecab uses which will causes errors when using your plugin. A user with that version needs to edit the source code to make the plugin work.

It is not something you need to fix (the official plugin for Japanese support have the same issue), but it might be good to know.

A simple fix:
Open morphemes.py and replace all occurrences of 'euc-jp' with 'utf-8'.

Edit: I confused mecab with the dictionary it uses.
Edited: 2011-05-15, 4:21 am
Reply

Messages In This Thread