Description Usage Arguments Value Examples
Returns n-gramms of words for given input string
1 | wordNGramm(input, n, clearData = TRUE)
|
input |
Input string |
n |
Size of n-gramm |
clearData |
Boolean - should function clear input data (remove all useless characters) |
List of vector of words
1 | wordNGramm('Never gonna give you up Never gonna let you down', 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.