Fast Ctc Decode Versions Save

Blitzing Fast CTC Beam Search Decoder

v0.3.5

1 year ago

v0.3.2

2 years ago
  • PyPI (+py3.10) & NPM builds.

v0.3.1

2 years ago
  • add wasm builds.

v0.3.0

3 years ago
  • options for none collapsing repeats with CTC search functions.
  • greedy, beam, & duplex search for CTC-CRF transitions posteriors probability outputs.
  • all search method no longer hold the Python GIL so can benefit from Python multithreading.
  • Python3.5 supported dropped; Python 3.9 builds added.

v0.2.5

4 years ago
  • 2D Beam search
  • Viterbi search.
    • Optional phred quality scores.

v0.2.4

4 years ago
  • Support for multi-character labels (alphabet can now be any PySequence type).
  • On encountering NaNs a RuntimeError is raised.

v0.2.3

4 years ago

Performance improvements

v0.2.2

4 years ago

Better handling on boundary conditions.

v0.2.1

4 years ago

Better paths are produced over repeated labels.

v0.2.0

4 years ago

Beam search now returns decoded path and sequence.