[ANN] Language Detection API Client
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. Installation and usage details in the following post: http://80738163270632.blogspot.com.ar/2015/02/languagedetection-api-client-i... Cheers, Hernán
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 <hernan.morales@gmail.com> 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.
Installation and usage details in the following post:
http://80738163270632.blogspot.com.ar/2015/02/languagedetection-api-client-i...
Cheers,
Hernán
Wow !! Excellent!!
Le 28 févr. 2015 à 01:48, Hernán Morales Durand <hernan.morales@gmail.com> 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.
Installation and usage details in the following post:
http://80738163270632.blogspot.com.ar/2015/02/languagedetection-api-client-i...
Cheers,
Hernán
participants (3)
-
Alexandre Bergel -
Hernán Morales Durand -
Sebastian Sastre