1

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

Flethuseo
  • 999

2 Answers2

1

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.

1

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

Mortimer
  • 196
  • 1
  • 2