During handling of the above exception, another exception occurred:
Exception Traceback (most recent call last)
1 frames
/usr/local/lib/python3.7/dist-packages/konlpy/tag/_mecab.py in init(self, dicpath)
80 raise Exception('The MeCab dictionary does not exist at "%s". Is the dictionary correctly installed?\nYou can also try entering the dictionary path when initializing the Mecab class: "Mecab(\'/some/dic/path\')"' % dicpath)
81 except NameError:
---> 82 raise Exception('Install MeCab in order to use it: http://konlpy.org/en/latest/install/')
83
84 def setstate(self, state):
2022년 4월 29일 금요일 블로그 방문자 유입에 Tagger 관련 키워드 확인하여 동작 테스트 후 발견
5 문제 재발
NameError: name 'Tagger' is not defined
During handling of the above exception, another exception occurred:
Exception Traceback (most recent call last) 1 frames /usr/local/lib/python3.7/dist-packages/konlpy/tag/_mecab.py in init(self, dicpath) 80 raise Exception('The MeCab dictionary does not exist at "%s". Is the dictionary correctly installed?\nYou can also try entering the dictionary path when initializing the Mecab class: "Mecab(\'/some/dic/path\')"' % dicpath) 81 except NameError: ---> 82 raise Exception('Install MeCab in order to use it: http://konlpy.org/en/latest/install/') 83 84 def setstate(self, state):
Exception: Install MeCab in order to use it: http://konlpy.org/en/latest/install/