From the course: Built-in Machine Learning in the Wolfram Language

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Dedicated functions: Natural language processing

Dedicated functions: Natural language processing

From the course: Built-in Machine Learning in the Wolfram Language

Dedicated functions: Natural language processing

- [Instructor] Moving on to more dedicated functions, this time for natural language processing. So we already saw the language classifier used with the Classify function, but this time we used the dedicated function of LanguageIdentify. And so we provided a list of strings, and it is able to correctly identify the different strings, the language from the different strings that is provided as input to it. WordTranslation is a similar example. If you give it a word, then it'll translate it to whatever is specified by the options here. So we give it the word in German, and I ask WordTranslate to translate the word from German to English, French, and Esperanto. And this is the result that I get. So just like WordTranslation is able to translate a word from one language to another, TextTranslation is able to work on entire pieces of text. So for example here, I give TextTranslation this piece of text in German and I ask…

Contents