mirror of https://github.com/explosion/spaCy.git
Merge pull request #1146 from jarle/doc-patch
Fix small typo in the new spaCy 101 guide
This commit is contained in:
commit
01c7c09c7f
|
@ -18,7 +18,7 @@ p
|
|||
+cell=cell
|
||||
|
||||
p
|
||||
| Fist, the raw text is split on whitespace characters, similar to
|
||||
| First, the raw text is split on whitespace characters, similar to
|
||||
| #[code text.split(' ')]. Then, the tokenizer processes the text from
|
||||
| left to right. On each substring, it performs two checks:
|
||||
|
||||
|
|
Loading…
Reference in New Issue