mirror of https://github.com/explosion/spaCy.git
Merge pull request #601 from SultanMirza/patch-1
Remove typo in data model workflow
This commit is contained in:
commit
55e791dff9
|
@ -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