test_chinese: fix typo in comment

This commit is contained in:
Rob Speer 2015-09-24 13:41:11 -04:00
parent cea2a61444
commit 2a84a926f5

View File

@ -34,7 +34,7 @@ def test_tokens():
] ]
) )
# Jieba's original tokenizer knows a lot of names, it sees. # Jieba's original tokenizer knows a lot of names, it seems.
eq_( eq_(
tokenize(hobart, 'zh', external_wordlist=True), tokenize(hobart, 'zh', external_wordlist=True),
['加勒特', '霍巴特'] ['加勒特', '霍巴特']