language_detect {polyglotr} | R Documentation |
Detect Language using Google Translate API
Description
This function detects the language of a given text using the Google Translate API.
Usage
language_detect(text)
Arguments
text |
The text for which the language needs to be detected. |
Value
A character string representing the detected language.
[Package polyglotr version 1.5.1 Index]