Closed theodorehu95 closed 5 years ago
utils.py line 120
When extracting the words, why the loop needs to break if the word_id is Unknown? Should it be "continue" instead to skip unknown words?
utils.py line 120
When extracting the words, why the loop needs to break if the word_id is Unknown? Should it be "continue" instead to skip unknown words?