UNPKG

stt-evaluation

Version:
34 lines (33 loc) 711 B
{ "name": "stt-evaluation", "version": "1.4.0", "description": "Generic word-error-rate evaluation package", "main": "lib/index.js", "dependencies": { "diff": "^5.0.0", "group-by": "^0.0.1", "word-error-rate": "^0.0.7" }, "devDependencies": { "eslint": "^7.17.0", "jest": "^26.6.3" }, "scripts": { "test": "jest --collectCoverage", "lint": "eslint" }, "keywords": [ "Word error rate", "Word error", "Evaluation", "Speech recognition", "Speech to text", "Speech-to-text" ], "author": "macardoso95@gmail.com", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/MarcoABCardoso/stt-evaluation" } }