[ANN] Language Detection API Client

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] Language Detection API Client

hernanmd
Hello,

Language Detection API is a service to query the language of a given input text. You will need to register an API key in the web site http://detectlanguage.com to use the service.

This client enables to use the service from Pharo Smalltalk. The output is an object containing the language code, a confidence score and a 'is reliable' boolean value.


Cheers,

Hernán


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Language Detection API Client

sebastianconcept@gmail.co
nice one Hernán

You are on fire lately!

Thanks for sharing

from mobile

On 28/02/2015, at 03:48, Hernán Morales Durand <[hidden email]> wrote:

Hello,

Language Detection API is a service to query the language of a given input text. You will need to register an API key in the web site http://detectlanguage.com to use the service.

This client enables to use the service from Pharo Smalltalk. The output is an object containing the language code, a confidence score and a 'is reliable' boolean value.


Cheers,

Hernán


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] Language Detection API Client

abergel
In reply to this post by hernanmd
Wow !! Excellent!!



Le 28 févr. 2015 à 01:48, Hernán Morales Durand <[hidden email]> a écrit :

Hello,

Language Detection API is a service to query the language of a given input text. You will need to register an API key in the web site http://detectlanguage.com to use the service.

This client enables to use the service from Pharo Smalltalk. The output is an object containing the language code, a confidence score and a 'is reliable' boolean value.


Cheers,

Hernán