removed typo

This commit is contained in:
SultanMirza 2016-11-03 21:53:58 +05:30 committed by GitHub
parent c4a8ad356e
commit d824f8c322

View File

@ -178,7 +178,7 @@ p
| underlying lexeme. Once we have the orth ID, we can fetch the string
| from the vocabulary. Finally, each token knows whether a single
| whitespace character (#[code ' ']) should be used to separate it from
| the subsequent tokens. This allows us t899o preserve whitespace.
| the subsequent tokens. This allows us to preserve whitespace.
+code.
cdef print_text(Vocab vocab, const TokenC* tokens, int length):