言語処理100本ノックを解くのに必要なライブラリ諸々が入ったDocker環境を提供します.
Chapter6, 7に関しては, より良いライブラリが登場していることや自然言語に関係ないことから環境を提供していません.
- Docker
- docker-compose
Run Jupyter notebook:
$ docker-compose up
Go to http://localhost:8890
and you'll see the notebooks.
Clone repository:
$ git clone https://github.com/PiroHiroPiro/nlp100_starterkit
$ cd nlp100_starterkit
Build image:
$ docker-compose build
This software is released under the MIT License, see LICENSE.