未验证 提交 32ac4763 编写于 作者: J Jacob Devlin 提交者: GitHub

Merge pull request #167 from eric-haibin-lin/patch-2

Fix typo
......@@ -99,7 +99,7 @@ def convert_ids_to_tokens(inv_vocab, ids):
def whitespace_tokenize(text):
"""Runs basic whitespace cleaning and splitting on a peice of text."""
"""Runs basic whitespace cleaning and splitting on a piece of text."""
text = text.strip()
if not text:
return []
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册