Calculate Scope and Granularity of Document Edits.
edit_metrics(document_1, document_2, ngram_sizes = c(1:50))
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).
Same as document_1, will be used for comparison.
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.