mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +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
|
| underlying lexeme. Once we have the orth ID, we can fetch the string
|
||||||
| from the vocabulary. Finally, each token knows whether a single
|
| from the vocabulary. Finally, each token knows whether a single
|
||||||
| whitespace character (#[code ' ']) should be used to separate it from
|
| 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.
|
+code.
|
||||||
cdef print_text(Vocab vocab, const TokenC* tokens, int length):
|
cdef print_text(Vocab vocab, const TokenC* tokens, int length):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user