Description Usage Arguments Value Examples
This function retrives lemma version of text data.
1 | text_delete(df,removewords)
|
df |
data frame |
removewords |
Not add any meaning words |
df |
data frame |
removewords |
add all the not necessary words |
1 2 3 | df_pre <- twitter_preprocess(df_tweets, ud_lang = "spanish", stop_words)
removewords <- c("not", "any")
df_pre <- text_delete(df,removewords)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.