Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastWER-Go: High-Performance Word Error Rate Calculation in Go

FastWER-Go is a Go-based library for calculating Word Error Rate (WER) efficiently and accurately. Designed to process large datasets quickly, it provides a reliable metric for evaluating the performance of speech recognition and machine translation systems. The library is inspired by the original FastWER library, but rewritten in Go for improved speed and integration with Go projects.

Based on code from https://github.com/kahne/fastwer

Features

  • High-performance WER calculation
  • Minimal dependencies for easy integration
  • Simple API for quick adoption
  • Accurate handling of large datasets
  • Fully compatible with Go modules

Getting Started

Install the package using go get:

go get github.com/maxnzv/fastwer-go

Import and use in your Go project:

import fastwergo "github.com/maxnzv/fastwer-go"

Check the examples folder for sample usage.

About

Fastwer clone in golang

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages