detectlanguage-ruby icon indicating copy to clipboard operation
detectlanguage-ruby copied to clipboard

Detect Language API Ruby Client

Results 2 detectlanguage-ruby issues
Sort by recently updated
recently updated
newest added

I'm pretty sure this famous phrase from H. P. Lovecraft's The Call of Cthulhu is NOT Irish. ``` irb(main):006:0> DetectLanguage.detect("Ph'nglui mglw'nafh Cthulhu R'lyeh wgah-nagl fhtagn") => [{"language"=>"ga", "isReliable"=>true, "confidence"=>5.01}] ```

Hi! I'm trying to use your service to validate that the input written by the user is in English. Since this particual input is used for users to describe their...