tok_token | R Documentation |
The function's aim is to access tokens at their single-words component level maintaining the information of the original token structure
tok_token(doc)
doc |
(chr) A character vector representing a tokenized tocument |
(list) of character vector each element representing the word-components of each original token
tokened_document <- c('this is', 'is a', 'a beautiful', 'beautiful day') tok_token(tokened_document)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.