본문 바로가기

TIL/Colab

[Colab] Mecab name 'Tagger' is not defined

!apt-get update
!apt-get install g++ openjdk-8-jdk 
!pip3 install konlpy JPype1-py3
!bash <(curl -s <https://raw.githubusercontent.com/konlpy/konlpy/master/scripts/mecab.sh>)

References

https://sosomemo.tistory.com/31