User Portlet User Portlet

Discussions
For a university course we have to determine the language of a text using the letterfrequency for three languages: Dutch, English and German. We did this by using the Levenshtein Distance function (EditDistance[]). This gave us the following code ...