/nlp100

自然言語処理100本ノック!

Primary LanguageJupyter NotebookMIT LicenseMIT

nlp100

Practice of nlp100(jp: 言語処理100本ノック 2015).

Required

  • Docker
  • Docker compose

Containers

  • jupyter
    • User endpoint
  • corenlp
    • Stanford CoreNLP server.
  • mecab
  • mongo
    • Mongodb server. Will use it in Chapter 5.
  • redis
    • Redis server. Will use it in Chapter 5.

Usage

  1. Clone and move this repositry.

     git clone https://github.com/ayatk/nlp100.git
     cd nlp100
    
  2. Build docker image with Docker Compose.

     docker-compose build
    
  3. Run the containers in the background process.

     docker-compose up -d
    
  4. Access to http://localhost

License

Released under the MIT License / Copyright (c) 2017 ayatk.