Description Usage Arguments Value Examples
get_nodes_labels
returns a list of nodes labels for each book in a Corpus
1 | get_nodes_labels(myCorpus)
|
myCorpus |
a tm VCorpus |
A list of tokens
1 2 3 | myCorpus <- Corpus(VectorSource("three men wait door say holmes oh indeed
seem do thing completely must compliment holmes answer"))
nodes_labels <- get_nodes_labels(myCorpus)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.