DeepSpeech/native_client/ctcdecode
Alexandre Lissy f80dbcda75 Build Python 3.8 wheels
Fixes #2461
2019-10-25 12:28:27 +02:00
..
third_party Use std::map to fix compilation issue with clang 2019-04-09 11:37:59 +01:00
__init__.py Remove incorrect docs on Scorer 2019-09-30 10:54:59 +02:00
build_common.py Add debugging helpers to PathTrie 2019-10-15 12:49:38 +02:00
COPYING Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
ctc_beam_search_decoder.cpp Use std::shared_ptr instead of raw pointer for dictionary_ 2019-10-18 10:15:59 +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 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 Merge pull request #2383 from mozilla/scorer-cleanup 2019-09-27 11:06:24 +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 Debug build for ds_ctcdecoder package 2019-10-11 18:01:02 +02:00
swigwrapper.i Make Alphabet init fallible and check it in model creation 2019-08-23 12:19:32 +02:00