Is there a tool that can detect the language of a text of lets say several paragraphs?

Ted.

link|improve this question

53% accept rate
feedback

2 Answers

up vote 1 down vote accepted

there are many tools around to do this, the first one thatI can think of is Google's own: http://code.google.com/apis/ajax/playground/#language_detect

Hope it helps

link|improve this answer
Thanks MOrtimer – Flethuseo Mar 26 '11 at 21:49
The language_detect tool by google seems promising, I have to do this for more than one text. I see some code there but I don't know whether I can run it on my machine. – Flethuseo Mar 26 '11 at 21:56
google API probably has limits on the amount of queries you can send, so you might need to use one of the other libraries to do it I guess. – Mortimer Apr 1 '11 at 7:53
feedback

The file tool has a bunch of heuristics for guessing file types, including one that reports "English text". I don't know if it knows about other human languages, but it definitely could be upgraded to guess between them.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.