CleanNLPTokens | R Documentation |
Computes tokens from text using cleanNLP and Stanford CoreNLP.
CleanNLPTokens(text, ids = 1:length(text))
text |
Character vector where each element is a different document. |
ids |
Optional ids for each text document. |
A data.table object containing cleanNLP tokens as a data.table object with token words to lower case and original token stored in word.orig column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.