Skip to content

Releases: revdotcom/fstalign

fstalign-1.4.1

09 Feb 23:51
Compare
Choose a tag to compare

fstalign-1.4.0

03 Feb 00:31
Compare
Choose a tag to compare

What's Changed

  • Adding scripts to easily gather runtime metrics on new releases by @qmac in #16
  • FSTALIGN-42: Add more synonyms by @pique0822 in #17
  • Shuffling test files around by @qmac in #18
  • FSTALIGN-42: [BUG] Removing duplicate entries by @pique0822 in #19
  • Ignore hyphenated compound words for WER measurements by @qmac in #20
  • Handling crashes using new Levenshtein approach by @qmac in #22

New Contributors

Full Changelog: 1.3.0...1.4.0

fstalign-1.3.0

24 Nov 17:36
9e33c0e
Compare
Choose a tag to compare

This release includes a new first-pass approximation of the alignment to speedup the real alignment process. The utility will consume more ram than before, but should be much faster in general. The alignment might vary a little from previous alignments.

To disable this pre-processing, once can pass --disable-approx-alignment on the command line.

https://github.com/revdotcom/fstalign/wiki/fstalign-1.3.0-resource-benchmarking

fstalign-1.2.0

28 May 16:06
Compare
Choose a tag to compare

This release contains:

  • Make adapted composition the default - performance should be ~30% faster on most files
  • Add flag to gather precision and recall metrics on casing

fstalign-1.1.0

30 Apr 15:20
Compare
Choose a tag to compare

This release contains:

  • Removing kaldi as a dependency for FST hypothesis handling (README reflects new build instructions)
  • Minor documentation changes

Initial public release

07 Apr 19:13
37e22e1
Compare
Choose a tag to compare
Migrating for Github packages to Docker Hub for container registry (#5)

* Using docker hub and latest build-push-action version

* Pushing to latest tag too

* Multiple target platforms

* Nevermind, can't support arm

* Updated readme