MeCab에서 제공하는 python 바인딩 소스가 Python 3.x에서 문제를 일으킴 (mecab-python3-1.0.3)
mecab-python-0.996 으로 재설치 + /etc/ld.so.conf 수정 필요
mecab-python-0.996
unzip eunjeon-mecab-python-0.996-ac44c1e23785.zip
python setup.py install
https://bitbucket.org/eunjeon/mecab-python-0.996/src/master/
sudo chmod 755 /etc/ld.so.conf
sudo vim /etc/ld.so.conf
include ld.so.conf.d/*.conf
하단에 /usr/local/lib 추가
mecab-ko-dic-2.1.1-20180720 으로 이동 후
sudo ldconfig