Description Usage Arguments Value
This function is the working horse for correctTypos
1 2 | getTypoCorrection(E, x, fixate = FALSE, eps = sqrt(.Machine$double.eps),
maxdist = 1)
|
E |
editmatrix |
x |
numerical record to be checked |
eps |
tolerance for an edit to be valid |
maxdist |
maximum edit distance to be valid as a correction suggestion |
list with members
status | |
cor | suggested corrections |
B | reduced binary editmatrix with violated edits, needed for choosing the suggested corrections |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.