Description Usage Arguments Value See Also Examples
Detect the language of a string
| 1 2 | 
| text | A string constant. Should be at least  | 
| min_speakers | Languages with at least this many speakers are
checked. By default this is one million. Set it to zero to
include all languages known by franc. See also  | 
| whitelist | List of three letter language codes to check against. | 
| blacklist | List of three letter language codes not to check againts. | 
| min_length | Minimum number of characters required in the text. | 
| max_length | Maximum number of characters used from the text. By default only the first 2048 characters are used. | 
A three letter ISO-639-3 language code, the detected
language of the text. "und" is returned for too short input.
franc_all for scores against many languages,
speakers.
| 1 2 3 4 5 6 7 8 9 10 11 | 
[1] "afr"
[1] "nno"
[1] "und"
[1] "sco"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.