Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

言語処理100本ノックを解くのに必要なライブラリ諸々が入ったDocker環境を提供します.

License

Notifications You must be signed in to change notification settings

PiroHiroPiro/nlp100_starterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starterkit for NLP100

言語処理100本ノックを解くのに必要なライブラリ諸々が入ったDocker環境を提供します.

Chapter6, 7に関しては, より良いライブラリが登場していることや自然言語に関係ないことから環境を提供していません.

Requirement

使い方

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

LICENSE

This software is released under the MIT License, see LICENSE.

Author

Hiroyuki Nishizawa