https://github.com/himkt/nlp-100knock
⚾ 2015 nlp-100knock (言語処理100本ノック): Archive of my solutions
https://github.com/himkt/nlp-100knock
Last synced: 11 months ago
JSON representation
⚾ 2015 nlp-100knock (言語処理100本ノック): Archive of my solutions
- Host: GitHub
- URL: https://github.com/himkt/nlp-100knock
- Owner: himkt
- Created: 2015-03-13T06:02:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T14:07:02.000Z (almost 9 years ago)
- Last Synced: 2024-11-23T16:51:39.697Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage: http://www.cl.ecei.tohoku.ac.jp/nlp100/
- Size: 374 KB
- Stars: 21
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#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](http://www.cl.ecei.tohoku.ac.jp/nlp100/index.html)
@author = [himkt](https://twitter.com/himkt)