Fix typos

This commit is contained in:
Julien Chaumond
2018-12-18 19:23:22 -05:00
parent 786cc41299
commit d57763f582
2 changed files with 4 additions and 4 deletions

View File

@@ -263,7 +263,7 @@ class WordpieceTokenizer(object):
Args:
text: A single token or whitespace separated tokens. This should have
already been passed through `BasicTokenizer.
already been passed through `BasicTokenizer`.
Returns:
A list of wordpiece tokens.