Multilingual Pulse

This section describes the multilingual features of Pulse and gives a brief explanation on how to use the sentimentAnalysis() functions for different supported languages.

Pulse can analyze text in different languages. Currently English and Spanish are supported. You can specify the language that is analyzed in three ways:

Note: If you provide both an argument and a parameter, then the argument is used as the language. If the argument is not valid then the parameter is used. If neither the argument or parameter are valid then the default language is used.

Note: Accents are removed from characters in attributes. Additionally, a "u" with a dieresis is converted to a plain "u" and an "n" with a diacritical tilde is replace with a plain "n".

Functions that use language as parameter and/or as argument:

Other functions can use the language only as a parameter (if not provided, the function uses the default language):

In This Section