Junesuk Kim

Results 1 comments of Junesuk Kim

3 errors. I solve that like 1. Check token.strip().split() is empty ``` temp = token.strip().split() if not len(temp)==0 : token = temp[0] if token not in vocab: vocab[token] = len(vocab)...