nlp-100knock
nlp-100knock copied to clipboard
⚾ 2015 nlp-100knock (言語処理100本ノック): Archive of my solutions
#nlp-100knock / 言語処理100本ノック
Setup
If you want to run my code, you have to download dataset which nlp-100knock needs.
Please run bellow command on the root of this repository.
sh init.sh
And if you want to execute scripts in ruby or ruby-notebook, please run
bundle install
All ruby scripts are runed by this command
bundle exec ruby
Requirement
- nkf
- python2 ( >= 2.7)
- python3 ( >=3.4)
- ruby ( >= 2.2)
Libraries
- nltk
python -e "import nltk; nltk.download('all')"
This repository is under developing.
- 東北大学 乾・岡崎研究室 言語処理100本ノック 2015
@author = himkt