Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

character-error-rate

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

character-error-rate - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

package.json
{
"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));

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc