Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
feedbackmine committed Mar 12, 2009
1 parent c71e51a commit 1f81bc8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
feedbackmine
http://twitter.com/feedbackmine

== Welcome
This is a n-gram based language detector, written in ruby
This is a n-gram based language detector, written in ruby.

For technical details about language detection, I recommend this paper: http://www.sfs.uni-tuebingen.de/iscl/Theses/kranig.pdf

== Installation
sudo gem sources -a http://gems.github.com (you only have to do this once)
Expand All @@ -16,3 +16,6 @@ p d.detect('this text is in English')
== Thanks
Kevin Burton (http://feedblog.org/2005/08/19/ngram-language-categorization-source/). I used all the training data in his ngramcat project.

== Follow us on twitter

http://twitter.com/feedbackmine

0 comments on commit 1f81bc8

Please sign in to comment.