Description Usage Arguments Value Examples
Collects all tokens that could result from performing any edit operation on the input token using a more efficient single-pass implementation
1 | token_permutation.all(token, split = TRUE, simplify = FALSE)
|
token |
|
split |
|
simplify |
|
by default returns a list with the separate permutations for 1 delete, replace and insert if simplify is true, returns a character vector with each possible permutation of the original token after 1 operation
1 2 3 | token_permutation.all('sometoken')
token_permutation.all(c('s','o','m','e','t','o','k','e','n'), split = FALSE)
token_permutation.all('sometoken', simplify = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.