rabelais88 / jupyter-nlp

jupyter notebook with basic panda, nlp(korean, english) setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyter python with basic statistics & nlp settings

on local machine

  • caveat: only work in unix based os.(MAC/Linux)
source ./bin/activate
# if mecab-ko doesn't work
# bash <(curl -s https://raw.githubusercontent.com/konlpy/konlpy/master/scripts/mecab.sh)
jupyter lab

with docker

  • caveat: image build takes more than minutes.
docker-compose up
# connect to localhost:8080
docker-compose down

About

jupyter notebook with basic panda, nlp(korean, english) setup


Languages

Language:JavaScript 49.8%Language:Jupyter Notebook 25.4%Language:Python 15.0%Language:Shell 4.6%Language:CSS 3.0%Language:HTML 2.2%