Merge pull request #601 from SultanMirza/patch-1

Remove typo in data model workflow
This commit is contained in:
Ines Montani 2016-11-03 17:35:05 +01:00 committed by GitHub
commit 55e791dff9

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):