DeepSpeech/native_client/ctcdecode
Michele Di Giorgio aa27c61d01 Use std::map to fix compilation issue with clang
When building with clang the following compilation error is thrown:

symbol-table.h:199:3: error: no template named 'map'
    map<int64, int64> key_map_;
    ^

This patch solves that issue by explicitly specifying the std namespace.
2019-04-09 11:37:59 +01:00
..
third_party Use std::map to fix compilation issue with clang 2019-04-09 11:37:59 +01:00
__init__.py ctcdecode binding fixes 2018-11-08 18:14:32 -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 Record character timing offset at peak probability of character 2019-02-17 22:41:18 -03:00
ctc_beam_search_decoder.h Simplify ctcdecode API signatures to avoid nested STL structures 2018-11-03 07:48:02 -03:00
decoder_utils.cpp Address review comments 2018-11-07 23:16:13 -02:00
decoder_utils.h Add version info to exported graphs 2019-04-02 21:06:03 -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 Record character timing offset at peak probability of character 2019-02-17 22:41:18 -03:00
path_trie.h Record character timing offset at peak probability of character 2019-02-17 22:41:18 -03:00
scorer.cpp Don't save/load trie for character based LMs 2019-01-07 08:49:37 -02:00
scorer.h Address more review comments 2018-11-11 15:24:31 -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 ctcdecode binding fixes 2018-11-08 18:14:32 -02:00