Description Usage Arguments Value Examples
Returns n-gramms of characters for given input string
1 | symbolNGramm(input, n, strings = TRUE)
|
input |
Input string |
n |
Size of n-gramm |
strings |
Boolean - should function return vector of string n-gramms. FALSE - return list of vectors of characters |
Vector of strings or List of vector of characters @seealso strings
1 | symbolNGramm('hello world', 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.