Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rabelais88/jupyter-nlp

jupyter notebook with basic panda, nlp(korean, english) setup
https://github.com/rabelais88/jupyter-nlp

Last synced: 19 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# jupyter python with basic statistics & nlp settings
## on local machine
- caveat: only work in unix based os.(MAC/Linux)
```sh
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.
```sh
docker-compose up
# connect to localhost:8080
docker-compose down
```