centos7 with mecab tokenizer. installed also python3, jdk1.8
61
root pwd : 1234 .
mecab pwd : mecab .
install python-mecab also.
============================================
example:
login in mecab
cd /home/mecab/mecab-ko-dic-2.1.1-20180720
python3
import MeCab
m = MeCab.Tagger('-d ./')
ret = m.parse('hi. i`m soojin lee.')
print(ret)
Content type
Image
Digest
Size
686.4 MB
Last updated
about 7 years ago
docker pull lsjsj92/mecab:1