docs/about.md in ruby_wordcram-2.0.0 vs docs/about.md in ruby_wordcram-2.0.1
- old
+ new
@@ -2,11 +2,12 @@
layout: page
title: About
permalink: /about/
---
-WordCram is a library for Processing by [Dan Bernier][dan]. WordCram lets you generate word clouds in Processing. It does the heavy lifting – text analysis, collision detection – for you, so you can focus on making your word clouds as beautiful, as revealing, or as silly as you like. [ruby_wordcram gem][gem] is a ruby wrapper for the java processing library Wordcram library by [Dan Bernier][dan]. If you create processing sketches using [JRubyArt][jruby_art] or [propane][propane], mostly all you need to do is `require 'ruby_wordcram'` to use the WordCram library.
+WordCram is a library for Processing by [Dan Bernier][dan]. WordCram lets you generate word clouds in Processing. It does the heavy lifting – text analysis, collision detection – for you, so you can focus on making your word clouds as beautiful, as revealing, or as silly as you like. [ruby_wordcram gem][gem] is a ruby wrapper for the java processing library Wordcram library by [Dan Bernier][dan]. If you create processing sketches using [JRubyArt][jruby_art] or [propane][propane], mostly all you need to do is `require 'ruby_wordcram'` to use the WordCram library. Thanks to tokenizer code from Jonathan Feinberg (cue.language) Wordcram is able to extract words / sentences from text in several [languages][languages].
[jruby_art]: https://ruby-processing.github.io/index.html
[gem]:https://github.com/ruby-processing/WordCram/
[dan]:http://wordcram.org/
[propane]:https://ruby-processing.github.io/propane/
+[languages]:{{site.github.url}}/languages/