Description Usage Arguments Value Examples
Compute frequency based text features
1 | semantics(x)
|
x |
a vector of strings. The strings can either be single words or longer documents. |
a matrix of frequency based features.
1 2 3 4 5 | ##count(c("i am the WALRUS", "Jerk!!", "very very good"))
n_words n_unique_words n_chars n_unique_chars n_periods n_commas n_question n_exclamation
##i am the WALRUS 4 4 15 13 0 0 0 0
##Jerk!! 1 1 6 5 0 0 0 2
##very very good 3 2 14 8 0 0 0 0
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.