You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.
bash 로 먼저 mecab 를 설치 후, 파이썬 virtualenv 상에서 pip install eunjeon 을 설치했습니다.
그리고 나서, jupyter notebook 에서 실행하려 하니, 경로에 대해 다시 설정하라고 하더군요....
가상환경에 설치된 은전 라이브러리의 macabrc 파일을 확인해보니, 설치가 되어있습니다. 이러한 오류는 어떻게 해결해야하는지요?;;
아래는 에러 로그 입니다.
104self.tagger=Tagger('--rcfile %s'%dicpath)
105exceptRuntimeError:
-->106raiseException('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)
107exceptNameError:
108raiseException('Install MeCab in order to use it: https://github.com/koshort/pyeunjeon/')
Exception: TheMeCabdictionarydoesnotexistat"/Users/codeblock/.virtualenvs/notebooks/lib/python3.7/site-packages/eunjeon/data/mecabrc". Isthedictionarycorrectlyinstalled?
YoucanalsotryenteringthedictionarypathwheninitializingtheMecabclass: "Mecab('/some/dic/path')"```
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
bash 로 먼저
mecab
를 설치 후, 파이썬virtualenv
상에서pip install eunjeon
을 설치했습니다.그리고 나서,
jupyter notebook
에서 실행하려 하니, 경로에 대해 다시 설정하라고 하더군요....가상환경에 설치된 은전 라이브러리의 macabrc 파일을 확인해보니, 설치가 되어있습니다. 이러한 오류는 어떻게 해결해야하는지요?;;
아래는 에러 로그 입니다.
The text was updated successfully, but these errors were encountered: