Skip to content

Commit 1695a19

Browse files
committed
languages
1 parent d339028 commit 1695a19

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: post
3+
title: "Supported Languages"
4+
date: 2017-03-12 05:34:13
5+
categories: wordcram update
6+
---
7+
8+
<style>
9+
table{
10+
border-collapse: collapse;
11+
border-spacing: 0;
12+
border:2px solid #0000FF;
13+
}
14+
15+
th{
16+
border:2px solid #0000FF;
17+
}
18+
</style>
19+
20+
### Supported languages
21+
22+
| | | | | | |
23+
|--------|----------|------ |---- |----- |---- |
24+
|arabic | danish | finnish | hindi | polish | slovenian |
25+
|armenian | dutch | french | hungarian | portuguese | spanish |
26+
|catalan | english | german | italian | romanian | croatian |
27+
|esperanto | greek | latin | russian | swedish | czech |
28+
|farsi | hebrew | norwegian | slovak | turkish | - |
29+
30+
See cue.language on [github][github] by Jonathan Feinberg, but you could also clone this repo to add an extension (French has already been modified to increase number of stop words by [C. Fuhrman][french]). It would kind of neat to include some more Non-English examples than my rather weak [Yin_Yang_mots.rb][mots].
31+
32+
[github]:https://github.com/jdf/cue.language
33+
[french]:https://github.com/fuhrmanator
34+
[mots]:https://github.com/ruby-processing/JRubyArt-examples/blob/master/external_library/gem/ruby_wordcram/yin_yang_mots.rb

0 commit comments

Comments
 (0)