View source: R/2-match_matrix.R
match_matrix | R Documentation |
Calculate match matrix
match_matrix( hypothesis, reference, clean = TRUE, unit = c("word", "letter", "phon", "none"), out = c("matrix", "edits") )
hypothesis |
Observed string of text |
reference |
True string of text |
clean |
Whether to apply |
unit |
How edit distance should be calculated, if at all |
out |
Whether to return the matrix ( |
Matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.