An open API service indexing awesome lists of open source software.

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

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)