alexdiment

Results 4 issues of alexdiment

Even when no word lookup has been performed on a page, its printed (also generated into pdf) version adds a blank page with the translator bubble. See screenshot: ![screenshot 2016-07-09...

https://github.com/robmsmt/KerasDeepSpeech/blob/553638821c996cb6049e34185babacdb8f00c215/generator.py#L215 In generator.py, get_intseq(), the padding is done with character 27. In the char map, it stands for an apostrophe, not the extra 28th padding character. In utils.py, int_to_text_sequence, a...

Would it be possible to allow additional data from the experiments to be recorded into the database? Similarly to how hyperopt allows arbitrary attachments. Those could be useful to record...

Hi and thanks a lot for the great tool! Seems that in the original punctuation removal step, punctuation in numbers is [intentionally kept](https://github.com/oliverguhr/deepmultilingualpunctuation/blob/8138125f74a8c2f67a6bce0425249ca6d108dc11/deepmultilingualpunctuation/punctuationmodel.py#L15). Perhaps due to decimal point issues or...

enhancement
help wanted
good first issue