mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 00:46:28 +03:00
removed typo
This commit is contained in:
parent
c4a8ad356e
commit
d824f8c322
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue
Block a user