This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
yong (author)
Mon Aug 17 20:38:08 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
Manifest.txt | Wed Mar 11 23:15:52 -0700 2009 | |
| |
README | Thu Apr 02 21:01:04 -0700 2009 | |
| |
language_detector.gemspec | Mon Aug 17 20:38:08 -0700 2009 | |
| |
lib/ | Mon Aug 17 20:34:22 -0700 2009 | |
| |
test/ | Mon Aug 17 20:34:22 -0700 2009 |
README
== Welcome 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) sudo gem install feedbackmine-language_detector == Usage require 'language_detector' d = LanguageDetector.new 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







