Skip to content

theeluwin/docker-ubuntu-konlpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ubuntu-konlpy

Docker image of latest Ubuntu for KoNLPy on Python 3.

docker pull theeluwin/ubuntu-konlpy:latest

Build

docker build -t konlpy -f Dockerfile .

or,

./build.sh

Run

docker run --rm -it konlpy
from konlpy.tag import Mecab, Kkma, Okt
mecab = Mecab()
kkma = Kkma()
okt = Okt()
mecab.pos("안녕 친구들")
kkma.pos("안녕 친구들")
okt.pos("안녕 친구들")
# all works fine

About

Docker image of latest Ubuntu for KoNLPy on Python 3.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published