word-error-rate
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "word-error-rate", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A set of tools to calculate edit distance and scores on a per word basis", | ||
@@ -5,0 +5,0 @@ "main": "dist/app.js", |
@@ -24,3 +24,3 @@ # word-error-rate | ||
```ts | ||
import { calculateEditDistance, wordErrorRate } from "./app"; | ||
import { calculateEditDistance, wordErrorRate } from "word-error-rate"; | ||
@@ -27,0 +27,0 @@ calculateEditDistance("one hen", "won hen"); // => 1 |
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
9778