I guess I'm done with this add-on, I was pretty impressed by the capabilities of MorphMan; spend a couple of days trying to figure it out, still not working:
Traceback (most recent call last):
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morphman.py", line 6, in onMorphManRecalc
morph.main.main()
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\main.py", line 199, in main
allDb = mkAllDb( cur )
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\main.py", line 57, in mkAllDb
ms = getMorphemes( fieldValue )
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\util.py", line 119, in __call__
value = self.func(*args)
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\morphemes.py", line 82, in getMorphemes
ms = [ tuple( m.split('\t') ) for m in interact( e ).split('\r') ] # morphemes
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\util.py", line 119, in __call__
value = self.func(*args)
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\morphemes.py", line 66, in interact
p = mecab()
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\util.py", line 119, in __call__
value = self.func(*args)
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\morphemes.py", line 59, in mecab
if not MECAB_ENCODING: MECAB_ENCODING = getMecabEncoding()
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\morphemes.py", line 54, in getMecabEncoding
return runMecabCmd( [ '-D' ] ).stdout.readlines()[2].lstrip( 'charset:' ).lstrip()
IndexError: list index out of range
I'm sure I've got everything right in the config file, but it is producing no results at all either when I do a recalc or hit the view morphemes button, I'm totally lost now.
PLEASE HELP ME...
Traceback (most recent call last):
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morphman.py", line 6, in onMorphManRecalc
morph.main.main()
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\main.py", line 199, in main
allDb = mkAllDb( cur )
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\main.py", line 57, in mkAllDb
ms = getMorphemes( fieldValue )
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\util.py", line 119, in __call__
value = self.func(*args)
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\morphemes.py", line 82, in getMorphemes
ms = [ tuple( m.split('\t') ) for m in interact( e ).split('\r') ] # morphemes
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\util.py", line 119, in __call__
value = self.func(*args)
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\morphemes.py", line 66, in interact
p = mecab()
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\util.py", line 119, in __call__
value = self.func(*args)
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\morphemes.py", line 59, in mecab
if not MECAB_ENCODING: MECAB_ENCODING = getMecabEncoding()
File "C:\Documents and Settings\Acer\My Documents\Anki\addons\morph\morphemes.py", line 54, in getMecabEncoding
return runMecabCmd( [ '-D' ] ).stdout.readlines()[2].lstrip( 'charset:' ).lstrip()
IndexError: list index out of range
I'm sure I've got everything right in the config file, but it is producing no results at all either when I do a recalc or hit the view morphemes button, I'm totally lost now.
PLEASE HELP ME...
