DeepSpeech/native_client/ctcdecode
Reuben Morais cc62aa2eb8
Merge pull request #3279 from godefv/decoder_timesteps
The CTC decoder timesteps now corresponds to the timesteps of the most probable CTC path, instead of the earliest timesteps of all possible paths.
2020-09-17 20:31:05 +02:00
..
third_party PR #3279 - Added README.mozilla to tell where the object pool code is from and updated the object pool code from this origin (minor update). 2020-09-17 17:55:45 +02:00
__init__.py Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
build_archive.py PR #3279 - use an object pool to store timesteps tree nodes 2020-09-08 14:12:39 +02:00
COPYING Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
ctc_beam_search_decoder.cpp Merge pull request #3279 from godefv/decoder_timesteps 2020-09-17 20:31:05 +02:00
ctc_beam_search_decoder.h PR #3279 - use unique_ptr instead of shared_ptr in the timestep tree 2020-09-09 11:04:37 +02:00
decoder_utils.cpp Deduplicate Alphabet implementations, use C++ one everywhere 2020-06-30 09:52:45 +02:00
decoder_utils.h Deduplicate Alphabet implementations, use C++ one everywhere 2020-06-30 09:52:45 +02:00
LICENSE.paddlepaddle Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
LICENSE.parlance Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
Makefile Revert "Merge pull request #3241 from lissyx/rename-ctcdecoder" 2020-08-26 11:45:06 +02:00
numpy.i Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
output.h Deduplicate Alphabet implementations, use C++ one everywhere 2020-06-30 09:52:45 +02:00
path_trie.cpp PR #3279 - Fixed spaces 2020-09-14 14:40:56 +02:00
path_trie.h PR #3279 - Added README.mozilla to tell where the object pool code is from and updated the object pool code from this origin (minor update). 2020-09-17 17:55:45 +02:00
scorer.cpp Merge pull request #3279 from godefv/decoder_timesteps 2020-09-17 20:31:05 +02:00
scorer.h Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00
setup.cfg Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
setup.py Revert "Merge pull request #3237 from lissyx/rename-training-package" 2020-08-26 11:46:08 +02:00
swigwrapper.i Revert "Merge branch 'rename-real'" 2020-08-26 11:46:09 +02:00