Metadata-Version: 2.4
Name: asr_ensemble
Version: 1.0.0
Summary: A module for ensembling text hypotheses from multiple ASR systems
Home-page: https://github.com/ZFTurbo/asr_ensemble
Author: Roman Sol (ZFTurbo)
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: Levenshtein
Requires-Dist: editdistance
Dynamic: author
Dynamic: description
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

A module for ensembling text hypotheses from multiple Automatic Speech Recognition (ASR) systems. Using Levenshtein distance-based algorithms (consensus search, set median), this tool allows you to merge predictions from several models into a single, highly accurate final text.
