Language Classifier
The Language Classifier classifies your data based on what language it is.
Configuration
This classifier shares all of the common classifier configuration options, with the addition of the following setting:
Model type
The model type you select is used for classification. We support two classifiers: fastText and Google Translate. In general, fastText uses less resources, but performs worse with shorter texts, while Google Translate uses more resources, but performs better with shorter texts. For this reason, we also provide the option to set a cutoff number of words, where Google Translate is used below the cutoff, and fastText is used above the cutoff.
Last updated