DeepSpeech/native_client/ctcdecode
Reuben Morais 6141740f89 Remove unused Scorer method
This method was made unused by https://github.com/mozilla/DeepSpeech/pull/3021
after reports such as https://github.com/mozilla/DeepSpeech/issues/3004
of confusion interpreting the confidence values.
2020-07-30 11:00:00 +02:00
..
third_party Use std::map to fix compilation issue with clang 2019-04-09 11:37:59 +01:00
__init__.py Document Alphabet methods in Python binding as well 2020-07-23 13:00:10 +02:00
build_archive.py Deduplicate Alphabet implementations, use C++ one everywhere 2020-06-30 09:52:45 +02:00
COPYING Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
ctc_beam_search_decoder.cpp Fix regressions in bytes output mode 2020-07-04 11:27:33 +02:00
ctc_beam_search_decoder.h Delay beam expansion until a non-blank label has probability >0.1% 2020-04-17 14:33:40 +02:00
decoder_utils.cpp Deduplicate Alphabet implementations, use C++ one everywhere 2020-06-30 09:52:45 +02:00
decoder_utils.h Deduplicate Alphabet implementations, use C++ one everywhere 2020-06-30 09:52:45 +02: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 DeepSpeech using TensorFlow r2.2 2020-06-22 10:48:12 +02:00
numpy.i Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
output.h Deduplicate Alphabet implementations, use C++ one everywhere 2020-06-30 09:52:45 +02:00
path_trie.cpp Deduplicate Alphabet implementations, use C++ one everywhere 2020-06-30 09:52:45 +02:00
path_trie.h Deduplicate Alphabet implementations, use C++ one everywhere 2020-06-30 09:52:45 +02:00
scorer.cpp Remove unused Scorer method 2020-07-30 11:00:00 +02:00
scorer.h Remove unused Scorer method 2020-07-30 11:00:00 +02:00
setup.cfg Add Python/NumPy bindings to ctcdecode 2018-11-03 07:48:02 -03:00
setup.py Flip direction of VERSION and GRAPH_VERSION links 2020-06-08 11:22:24 +02:00
swigwrapper.i Fix regressions in bytes output mode 2020-07-04 11:27:33 +02:00