mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-04 21:50:35 +03:00
fix small typo
This commit is contained in:
parent
91e52543ef
commit
f20533ec0c
|
@ -18,7 +18,7 @@ p
|
||||||
+cell=cell
|
+cell=cell
|
||||||
|
|
||||||
p
|
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
|
| #[code text.split(' ')]. Then, the tokenizer processes the text from
|
||||||
| left to right. On each substring, it performs two checks:
|
| left to right. On each substring, it performs two checks:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user