Unverified Commit 813e4d18 authored by Yongbo Wang's avatar Yongbo Wang Committed by GitHub
Browse files

typo

parent 83377407
...@@ -63,7 +63,7 @@ def load_vocab(vocab_file): ...@@ -63,7 +63,7 @@ def load_vocab(vocab_file):
def whitespace_tokenize(text): 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() text = text.strip()
if not text: if not text:
return [] return []
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment