The purpose of this container is to create a Natural Language Processing (NLP) Conda environment with Jupyter Lab.
Here are some NLP packages installed.
- spaCy with all English models
- gensim
- nltk
- textblob
- Pattern
- polyglot
- stanfordcorenlp
- Vocabulary
- PyNLPl
- wordcloud
- scattertext
Build it.
./build.sh
Run it.
docker run -it -p 8888:8888 conda-nlp:local
Run it with a mounted host folder.
docker run -it \
-v $HOME/git/docker-containers/conda-nlp/ipynb:/ipynb \
-p 8888:8888 \
conda-nlp:local
Observe it: http://localhost:8888.
Check out Robert Schapire.
@misc{oneoffcoder_conda_nlp_2019,
title={Docker container for Natural Language Processing with Jupyter Lab},
url={https://github.com/oneoffcoder/docker-containers/tree/master/conda-nlp},
journal={GitHub},
author={One-Off Coder},
year={2019},
month={Jul}}