Description Usage Arguments Value References Examples
editRatio
returns the edit distance ratio comparing the target transcription(s) to the produced transcription(s).
1 | editRatio(x)
|
x |
a data frame that contains target transcription and produced transcription on alternating rows |
The edit distance ratio, the number of edits (Levenshtein, 1966) divided by the number of target or produced segments, whichever is greater.
Levenshtein, V. I. (1966). Binary codes capable of correcting deletions, insertions and reversals. Soviet Physics Doklady, 10 (8).
1 2 | x<- data.frame("Transcription"=c("Saul", "Paul"))
editRatio(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.