韦:golang的单词错误率实用程序

时间:2024-03-10 03:19:10
【文件属性】:

文件名称:韦:golang的单词错误率实用程序

文件大小:8KB

文件格式:ZIP

更新时间:2024-03-10 03:19:10

speech-recognition speech-to-text asr word-error-rate Go

字误码率 wer是一个golang软件包,它提供了用于计算单词错误率和单词准确性的功能。 它需要一对预先加标记的和可选的预处理字符串。 参考: 用法示例 package main import ( "fmt" "strings" "github.com/codycollier/wer" ) func main() { // strings to be evaluated knownGoodTranscript := "The quick brown fox jumps over the lazy dog" candidateTranscript := "the slow grey snail jumps over the lazy cat" // optionally lowercase / pre-process knownGoodTranscript = stri


【文件预览】:
wer-main
----go.mod(87B)
----go.sum(1024B)
----wer.go(1KB)
----example()
--------example.go(793B)
----LICENSE(11KB)
----README.md(1KB)
----wer_test.go(3KB)
----.gitignore(267B)

网友评论