Skip to content

craig-day/ruby_cld2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compact Language Detection for Ruby

This is a ruby wrapper for Google Compact Language Detector 2.

Usage

a. Include the Gem

gem 'ruby_cld2', :git => '[email protected]:craig-day/ruby_cld2.git'

b. Call the function on a given string.

require 'cld2'
#...
CLD2.detect_language("Hola mis amigos!")
=> {:name => "SPANISH", :code => "es", :reliable => true}

Source

To get the source used to compile ext/lib/libcld2.so and ext/lib/libcld2_full.so

# Non-members may check out a read-only working copy anonymously over HTTP.
svn checkout http://cld2.googlecode.com/svn/trunk/ cld2-read-only

About

Ruby Wrapper for Google CLD2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages