https://github.com/jeongukjae/python-mecab-ko
python base 이미지에 mecab-ko를 설치한 이미지
https://github.com/jeongukjae/python-mecab-ko
docker docker-image dockerhub mecab-ko python-mecab tokenizer
Last synced: about 2 months ago
JSON representation
python base 이미지에 mecab-ko를 설치한 이미지
- Host: GitHub
- URL: https://github.com/jeongukjae/python-mecab-ko
- Owner: jeongukjae
- Created: 2019-04-02T02:35:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T07:36:01.000Z (over 6 years ago)
- Last Synced: 2025-06-05T07:25:13.856Z (about 1 year ago)
- Topics: docker, docker-image, dockerhub, mecab-ko, python-mecab, tokenizer
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/jeongukjae/python-mecab-ko
- Size: 21.5 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Mecab Ko
Python 이미지, Circleci/Python 이미지에 Mecab만 설치한 이미지.
usage:
```sh
docker pull jeongukjae/python-mecab-ko:{tag}
# ex) docker pull jeongukjae/python-mecab-ko:3.7-circleci-node
```
## 파이썬 버전
* 3.5
* 3.6
* 3.7
* latest
## Tags
### default image
* `latest`
* `3.7`
* `3.6`
* `3.5`
### slim
* `3.7-slim`
* `3.6-slim`
* `3.5-slim`
### for circleci
* `latest-circleci`
* `3.7-circleci`
* `3.7-circleci-node`
* `3.6-circleci`
* `3.6-circleci-node`
* `3.5-circleci`
* `3.5-circleci-node`