X-DeepSpeech: NOBUILD
This commit is contained in:
Francis Tyers 2019-06-22 22:18:25 +01:00 committed by GitHub
parent bc4d266cb2
commit 6e53fd8fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -264,7 +264,7 @@ void Scorer::fill_dictionary(const std::vector<std::string>& vocabulary, bool ad
* This gets rid of "epsilon" transitions in the FST.
* These are transitions that don't require a string input to be taken.
* Getting rid of them is necessary to make the FST determinisitc, but
* Getting rid of them is necessary to make the FST deterministic, but
* can greatly increase the size of the FST
*/
fst::RmEpsilon(&dictionary);