Skip to content

Commit ee6212f

Browse files
committed
languages
1 parent d090d16 commit ee6212f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/_posts/2017-03-12-supported_languages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ layout: post
33
title: "Supported Languages"
44
date: 2017-03-12 05:34:13
55
categories: wordcram update
6+
peramlink: /languages/
67
---
78

89
### Supported languages

docs/about.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ title: About
44
permalink: /about/
55
---
66

7-
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.
7+
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].
88

99
[jruby_art]: https://ruby-processing.github.io/index.html
1010
[gem]:https://github.com/ruby-processing/WordCram/
1111
[dan]:http://wordcram.org/
1212
[propane]:https://ruby-processing.github.io/propane/
13+
[languages]:{{site.github.url}}/languages/

0 commit comments

Comments
 (0)