DeepSpeech/native_client/ctcdecode
2019-11-12 21:56:42 +01:00
..
third_party Use std::map to fix compilation issue with clang 2019-04-09 11:37:59 +01:00
__init__.py Embed alphabet directly in model 2019-11-05 09:02: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 Address review comment and add missing check for presence of scorer 2019-11-12 21:56:42 +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 Build Python 3.8 wheels 2019-10-25 12:28:27 +02: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 Remove first party code from common.a 2019-11-08 14:33:06 +01:00
swigwrapper.i Embed alphabet directly in model 2019-11-05 09:02:21 +01:00