DeepSpeech/native_client/ctcdecode
2020-02-03 10:24:21 +01:00
..
third_party Use std::map to fix compilation issue with clang 2019-04-09 11:37:59 +01:00
__init__.py Enforce CTC decoder version check 2020-02-03 10:24:21 +01:00
build_common.py Remove first party code from common.a 2019-11-08 14:33:06 +01:00
COPYING Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
ctc_beam_search_decoder.cpp Don't OOV_SCORE on empty prefix 2020-01-02 12:39:12 +01:00
ctc_beam_search_decoder.h Simplify decoder impl by making it object oriented, avoid pointers where possible 2019-08-23 12:19:32 +02:00
decoder_utils.cpp Address review comment and add missing check for presence of scorer 2019-11-12 21:56:42 +01:00
decoder_utils.h Address review comment and add missing check for presence of scorer 2019-11-12 21:56:42 +01: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 Enforce CTC decoder version check 2020-02-03 10:24:21 +01:00
numpy.i Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
output.h Rename metadata probability field to confidence 2019-09-11 11:09:44 +02:00
path_trie.cpp Score prefix as soon as a grapheme is formed rather than 1 byte later 2019-11-11 12:52:48 +01:00
path_trie.h Score prefix as soon as a grapheme is formed rather than 1 byte later 2019-11-11 12:52:48 +01:00
scorer.cpp Avoid reconstructing strings twice on decode 2019-11-11 12:53:05 +01:00
scorer.h Avoid reconstructing strings twice on decode 2019-11-11 12:53:05 +01:00
setup.cfg Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
setup.py Enforce CTC decoder version check 2020-02-03 10:24:21 +01:00
swigwrapper.i Enforce CTC decoder version check 2020-02-03 10:24:21 +01:00