DeepSpeech/native_client/ctcdecode
dabinat d9a269412e CTC beam search streaming decoder (+6 squashed commits)
Squashed commits:
[2941b47] Fixed nits
[700572e] Restored old CTC decoder API
[5aaf75d] Fixed nits
[969d71a] Added a destructor for DecoderState
[af0be6e] Removed accumulated_logits
[9dcb7b4] CTC beam search streaming decoder
2019-05-21 20:54:19 -07:00
..
third_party Use std::map to fix compilation issue with clang 2019-04-09 11:37:59 +01:00
__init__.py ctcdecode binding fixes 2018-11-08 18:14:32 -02:00
build_common.py Fix typo in warning name 2019-04-08 22:29:30 +00:00
COPYING Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
ctc_beam_search_decoder.cpp CTC beam search streaming decoder (+6 squashed commits) 2019-05-21 20:54:19 -07:00
ctc_beam_search_decoder.h CTC beam search streaming decoder (+6 squashed commits) 2019-05-21 20:54:19 -07:00
decoder_utils.cpp Address review comments 2018-11-07 23:16:13 -02:00
decoder_utils.h Add version info to exported graphs 2019-04-02 21:06:03 -03:00
decoderstate.h CTC beam search streaming decoder (+6 squashed commits) 2019-05-21 20:54:19 -07: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 Cache common objects in decoder build 2018-11-12 14:17:30 -02:00
numpy.i Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
output.h Simplify ctcdecode API signatures to avoid nested STL structures 2018-11-03 07:48:02 -03:00
path_trie.cpp Record character timing offset at peak probability of character 2019-02-17 22:41:18 -03:00
path_trie.h Record character timing offset at peak probability of character 2019-02-17 22:41:18 -03:00
scorer.cpp Don't save/load trie for character based LMs 2019-01-07 08:49:37 -02:00
scorer.h Address more review comments 2018-11-11 15:24:31 -02:00
setup.cfg Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
setup.py Cache common objects in decoder build 2018-11-12 14:17:30 -02:00
swigwrapper.i ctcdecode binding fixes 2018-11-08 18:14:32 -02:00