Description Usage Arguments Value
Assign topics to documents when there is no scheme or prior knowledge for classifying documents other than number of topics.
1 | tag_freely(docs, k = 3, ngrams = TRUE, n_terms = 10)
|
docs |
a character vector of documents |
k |
numeric: how many groups should be created |
ngrams |
logical: if TRUE, groups documents using ngrams (i.e. multi-word phrases) instead of single terms |
n_terms |
numeric: how many terms should be returned for each topic |
a vector of topic numbers and associated terms for users to post-hoc classify
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.