코랩1 Colab 에 Mecab name 'Tagger' is not defined 오류 없이 설치하는 방법 Colab에 아래와 같이 작성하여 다 설치한뒤에 Mecab 을 사용하면 된다. !apt-get update !apt-get install g++ openjdk-8-jdk !pip3 install konlpy JPype1-py3 !bash 108 self.tagger = Tagger('-d %s' % dicpath) 109 self.tagset = utils.read_json('%s/data/tagset/mecab.json' % utils.installpath) NameError: name 'Tagger' is not defined During handling of the above exception, another exception occurred: Exception Traceback (most rece.. 2020. 1. 6. 이전 1 다음