character-error-rate
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "character-error-rate", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "npm package for calculating the character-error-rate between two strings to evaluate speech recognition quality", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -36,3 +36,3 @@ # Character-Error-Rate | ||
```js | ||
import calcCER from '@henning410/character-error-rate'; | ||
import calcCER from 'character-error-rate'; | ||
@@ -39,0 +39,0 @@ console.log('CER: ', calcCER('reference text', 'transcription text', true, true)); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7620