LanguageDetect
This Script is part of the Common Scripts Pack.#
Detects language based on Google's language-detection.
Script Data#
| Name | Description |
|---|---|
| Script Type | python |
| Tags | Utility |
Inputs#
| Argument Name | Description |
|---|---|
| text | The text to analyse for language detection. |
Outputs#
| Path | Description | Type |
|---|---|---|
| langDetect.lang | The language detected. | Unknown |
| langDetect.probability | The probability of the language detected. | Unknown |