Skip to content

Commit

Permalink
Fixed README
Browse files Browse the repository at this point in the history
  • Loading branch information
peterc committed Aug 22, 2008
1 parent 92a6269 commit 8d35a1f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.txt
Expand Up @@ -7,9 +7,10 @@ whatlanguage

Text language detection. Quick, fast, memory efficient, and all in pure Ruby. Uses Bloom filters for aforementioned speed and memory benefits.

Works with Dutch, English, Farsi, French, German, Pinyin, Portuguese, Russian and Spanish out of the box.

== FEATURES/PROBLEMS:

* Only does French, English and Spanish out of the box. Very easy to train new languages though.
* It can be made far more efficient at the comparison stage, but all in good time..! It still beats literal dictionary approaches.
* No filter selection yet, you get 'em all loaded.
* Tests are reasonably light.
Expand Down Expand Up @@ -45,6 +46,16 @@ Text language detection. Quick, fast, memory efficient, and all in pure Ruby. Us

* None, minor libraries (BloominSimple and BitField) included with this release.

== INSTALLATION:

gem sources -a http://gems.github.com
sudo gem install peterc-whatlanguage

To test, go into irb, then:

require 'whatlanguage'
"Je suis un homme".language

== LICENSE:

(The MIT License)
Expand Down

0 comments on commit 8d35a1f

Please sign in to comment.