text
text copied to clipboard
Update vocab.py
Documentation variable error
ret = vec.get_vecs_by_tokens(tokens, lower_case_backup=True)
to
ret = vec.get_vecs_by_tokens(examples, lower_case_backup=True)
"tokens" variable not defined in the example.