Description Usage Arguments Value
Calculate Scope and Granularity of Document Edits.
1 | edit_metrics(document_1, document_2, ngram_sizes = c(1:50))
|
document_1 |
A vector of strings (one per line or one per sentence), or a list of vectors of tokens (one per line or one per sentence). |
document_2 |
Same as document_1, will be used for comparison. |
ngram_sizes |
A numeric vector of N-Gram lengths for us in calculating Dice coefficients. |
A data.frame with Dice coefficients based on different N-Gram lengths.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.