He Xingwei (贺星伟)

Results 3 issues of He Xingwei (贺星伟)

The number of syllables for some words computed by the 'count' function (in syllables_en.py) is wrong. For example: count('the') =0, count('we') =0, count('be') =0

I think there is an error at line 444 of generate_training_data.py. It should be: tokens = tokenizer.tokenize(line)