Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rabelais88/jupyter-nlp
- Owner: rabelais88
- Created: 2020-02-16T15:11:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:37:34.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T05:37:05.431Z (about 1 month ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
```