DeepSpeech/native_client/ctcdecode
2019-11-08 14:33:06 +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 Merge pull request #2435 from mozilla/uplift-utf8-fixes 2019-10-25 09:09:48 +00: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 Rename metadata probability field to confidence 2019-09-11 11:09:44 +02:00
decoder_utils.h Modify copies rather than live prefix scores in decoder_decode 2019-06-19 19:39:57 -03: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 Use std::shared_ptr instead of raw pointer for dictionary_ 2019-10-18 10:15:59 +02:00
path_trie.h Use std::shared_ptr instead of raw pointer for dictionary_ 2019-10-18 10:15:59 +02:00
scorer.cpp Don't add special tokens to vocabulary 2019-10-14 21:03:14 +02:00
scorer.h Don't explicitly score the BOS token, and avoid copies when scoring sentences 2019-09-26 14:08:32 +02: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