shashankmc / python-word-error-rate

Calculates the word error rate of two strings, and the result is written into beautify HTML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-word-error-rate

Calculating the word error rate of two list of strings, and print the difference result into html.

Guideline

Red colors are missing word, Green colors are insertion word. Yellow colors are substitution word and the references are in parenthesis. An example of diff.html

About

Calculates the word error rate of two strings, and the result is written into beautify HTML.


Languages

Language:Python 76.2%Language:HTML 23.8%