Commit Graph

12 Commits

Author SHA1 Message Date
Reuben Morais
a84abf813c Deduplicate Alphabet implementations, use C++ one everywhere 2020-06-30 09:52:45 +02:00
Reuben Morais
f82c77392d Rewrite data/lm/generate_package.py into native_client/generate_scorer_package.cpp 2020-06-30 09:52:44 +02:00
Reuben Morais
10c652b420 Document serialization format 2019-11-05 09:15:18 +01:00
Reuben Morais
b8ebf9011b Address review comments 2019-11-05 09:10:10 +01:00
Reuben Morais
8c82081779 Embed alphabet directly in model 2019-11-05 09:02:21 +01:00
Reuben Morais
b2ef9cca83 Make Alphabet init fallible and check it in model creation 2019-08-23 12:19:32 +02:00
Reuben Morais
4dabd248bc Make Alphabet copyable and default-constructable and avoid pointers 2019-08-23 12:19:32 +02:00
Reuben Morais
68258e356c Address review comments 2018-10-29 23:57:14 -03:00
Reuben Morais
e72f07962a Change Alphabet class to match ctcdecode needs 2018-10-25 17:01:03 -03:00
Reuben Morais
1f3d26ddda Address review comments 2017-09-13 11:42:41 -03:00
Reuben Morais
fc91e3d7b8 Write a CTC beam search decoder TF op that scores beams with our LM 2017-09-13 11:41:15 -03:00
Reuben Morais
1c4cbf1813 Support custom alphabet mappings (Fixes #692) (#797)
Support custom alphabet mappings
2017-08-31 11:51:15 +02:00