Tagged Questions

5
votes
2answers
3k views

natural language identification in PHP

I am looking for an automatic language identification tool written in php. The tool should receive as input a string, and output the name of the (natural) language the string is written in. A perl ...