DeepSpeech/native_client/ctcdecode
2019-08-26 13:59:15 +02:00
..
third_party Use std::map to fix compilation issue with clang 2019-04-09 11:37:59 +01:00
__init__.py Make Scorer init fallible and check it in callers 2019-08-26 13:59:15 +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 Simplify decoder impl by making it object oriented, avoid pointers where possible 2019-08-23 12:19:32 +02: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 Modify copies rather than live prefix scores in decoder_decode 2019-06-19 19:39:57 -03: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 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 Only update time step of leaf prefixes 2019-08-20 12:03:59 +02:00
path_trie.h Switch to ConstFst from VectorFst and mmap trie file when reading 2019-06-21 22:21:19 -03:00
scorer.cpp Make Scorer init fallible and check it in callers 2019-08-26 13:59:15 +02:00
scorer.h Make Scorer init fallible and check it in callers 2019-08-26 13:59:15 +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 Make Alphabet init fallible and check it in model creation 2019-08-23 12:19:32 +02:00