Apologies for hijacking this thread, but this is probably the most
relevant place to point you to a simple web-frontend to cld I cooked
up in a couple of hours:
http://detector-de-idioma.herokuapp.com/index.html

Additionally, you can call it as a service like

  $ url 'http://detector-de-idioma.herokuapp.com/detect/tally%20ho%20he%20said!'
  
{"language":"en","probs":{"en":0.9999971950892855},"probs-seq":[["en",0.9999971950892855]]}
  $

See how you like it. I'd love to hear it if you have a use case for
such monstrosity.

U

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to