An open API service indexing awesome lists of open source software.

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를 설치한 이미지

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`