text icon indicating copy to clipboard operation
text copied to clipboard

Update vocab.py

Open shangeth opened this issue 5 years ago • 0 comments

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.

shangeth avatar Jun 14 '20 15:06 shangeth