Sign inSign up

lsjsj92/mecab

By lsjsj92

Updated about 7 years ago

centos7 with mecab tokenizer. installed also python3, jdk1.8

Image
0

61

lsjsj92/mecab repository overview

root pwd : 1234 .

mecab pwd : mecab .

install python-mecab also.

============================================

example:

  1. login in mecab

  2. cd /home/mecab/mecab-ko-dic-2.1.1-20180720

  3. python3

  4. import MeCab

m = MeCab.Tagger('-d ./')

ret = m.parse('hi. i`m soojin lee.')

print(ret)

Tag summary

Content type

Image

Digest

Size

686.4 MB

Last updated

about 7 years ago

docker pull lsjsj92/mecab:1