Add Mecab and some other tools to jupyter-datascience.
1.0K
Add library and tools to official docker image
$ docker run -it --rm -v {NOTEBOOK_MOUNT_PATH}:/work -p 8888:8888 ryutah/jupyter-datascience
mecab = Mecab.Tagger("-d /usr/lib/mecab/dic/mecab-ipadic-neologd")
print(mecab.parse("こんにちは。"))
Content type
Image
Digest
Size
2.4 GB
Last updated
over 8 years ago
docker pull ryutah/jupyter-datascience