Skip to content

Commit 0532e72

Browse files
committed
General clean up and transition from NLP to ML.
1 parent 8852bd0 commit 0532e72

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: ruby
22
rvm:
33
- 2.2
4-
script: "awesome_bot README.md CONTRIBUTING.md --allow-dupe"
4+
script: "awesome_bot readme.md contributing.md --allow-dupe"
File renamed without changes.

README.md renamed to readme.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@
55
> Useful resources for machine learning in [Ruby][ruby]
66
77
This curated list comprises [_awesome_](https://github.com/sindresorhus/awesome/blob/master/awesome.md)
8-
resources, libraries, information sources about Machine Learning with the [Ruby programming language](ruby).
8+
resources, libraries, information sources about Machine Learning with the [Ruby programming language][ruby].
99

1010
This list comes from our day to day work on ML Applications.
1111

1212
Our main goal is to promote Ruby as a tool for Machine Learning Tasks. Your help,
1313
suggestions and contributions are welcome! We kindly ask you to study
14-
the [Contribution](#contributing) section. Follow us on [Twitter](https://twitter.com/RubyNLP)
14+
the [Contribution](#contributing) section.
15+
16+
Follow us on [Twitter](https://twitter.com/RubyNLP)
1517
and please spread the word using the `#RubyML` hash tag!
1618

1719

@@ -225,7 +227,8 @@ You may want to start there.
225227

226228
## License
227229

228-
[![Creative Commons Zero 1.0](http://mirrors.creativecommons.org/presskit/buttons/80x15/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) `Awesome ML with Ruby` by [Andrei Beliankou](https://github.com/arbox) and
230+
[![Creative Commons Zero 1.0](http://mirrors.creativecommons.org/presskit/buttons/80x15/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
231+
`Awesome ML with Ruby` by [Andrei Beliankou](https://github.com/arbox) and
229232
[Contributors](https://github.com/arbox/machine-learning-with-ruby/graphs/contributors).
230233

231234
To the extent possible under law, the person who associated CC0 with
@@ -237,7 +240,7 @@ work. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
237240

238241
<!--- Links --->
239242
[ruby]: https://www.ruby-lang.org/en/
240-
[motivation]: https://github.com/arbox/nlp-with-ruby/blob/master/motivation.md
241-
[contributing]: https://github.com/arbox/nlp-with-ruby/blob/master/CONTRIBUTING.md
242-
[todo]: https://github.com/arbox/nlp-with-ruby/blob/master/todo.md
243-
[faq]: https://github.com/arbox/nlp-with-ruby/blob/master/FAQ.md
243+
[motivation]: https://github.com/arbox/machine-learning-with-ruby/blob/master/motivation.md
244+
[contributing]: https://github.com/arbox/machine-learning-with-ruby/blob/master/contributing.md
245+
[todo]: https://github.com/arbox/machine-lerning-with-ruby/blob/master/todo.md
246+
[faq]: https://github.com/arbox/machine-learning-with-ruby/blob/master/FAQ.md

0 commit comments

Comments
 (0)