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

https://github.com/nullnull/nlp100-ruby


https://github.com/nullnull/nlp100-ruby

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# nlp100-ruby
The answers for [NLP 100 Excercise 2020](https://nlp100.github.io/en/) by ruby!

## How to exercise
```sh
# setup
$ docker-compose build
$ docker-compose run ruby bundle install

# run
$ docker-compose up -d
$ docker-compose exec ruby ruby excercise/1_warmp_up/00_reversed_string.rb
```