character-error-rate
Version:
npm package for calculating the character-error-rate between two strings to evaluate speech recognition quality
24 lines (23 loc) • 808 B
JSON
{
"name": "character-error-rate",
"version": "1.1.4",
"description": "npm package for calculating the character-error-rate between two strings to evaluate speech recognition quality",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henning410/character-error-rate.git"
},
"keywords": ["ASR", "Character", "Error", "Rate", "STT", "CER", "character error rate", "Speech-to-text", "Speech recognition", "Evaluation"],
"author": "henning410",
"license": "MIT",
"bugs": {
"url": "https://github.com/henning410/character-error-rate/issues"
},
"homepage": "https://github.com/henning410/character-error-rate#readme",
"publishConfig": {
"access": "public"
}
}