Description Usage Arguments Value Examples
View source: R/detect_language.R
This function will search through the Pandas DataFrame column of textual data to detect the language of the corpus.
1 | detect_language(df_col)
|
df_col |
a list of values in data.frame column with textual data |
string the type of language present in the corpus
1 2 | df = data.frame(text = c('He is a good guy.This is the worst coffee I had in my life.'))
detect_language(df$text_col)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.