View source: R/piped_text_analytics.R
piped_text_analytics | R Documentation |
use udpipe's pos and dependency parsing to get some basic analytics on texts
piped_text_analytics(data, group_list, off_list = TRUE)
data |
output of |
group_list |
dataframe of words/lemmas with vocab groups attatched |
off_list |
if true, |
a dataframe of analytics information on your text
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.