mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Fix spelling
This commit is contained in:
parent
1436b9f15a
commit
207555fae7
|
@ -45,28 +45,28 @@ p Many of the associated tools and resources that we're developing alongside spa
|
||||||
+table(["Name", "Description"])
|
+table(["Name", "Description"])
|
||||||
+row
|
+row
|
||||||
+cell
|
+cell
|
||||||
+src(gh("thinc")) thinc
|
+src(gh("thinc")) Thinc
|
||||||
|
|
||||||
+cell
|
+cell
|
||||||
| Super sparse multi-class machine learning with Cython.
|
| Super sparse multi-class machine learning with Cython.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell
|
+cell
|
||||||
+src(gh("sputnik")) sputnik
|
+src(gh("sputnik")) Sputnik
|
||||||
|
|
||||||
+cell
|
+cell
|
||||||
| Data package manager library for spaCy.
|
| Data package manager library for spaCy.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell
|
+cell
|
||||||
+src(gh("sputnik-server")) sputnik Server
|
+src(gh("sputnik-server")) Sputnik Server
|
||||||
|
|
||||||
+cell
|
+cell
|
||||||
| Index service for the sputnik data package manager for spaCy.
|
| Index service for the Sputnik data package manager for spaCy.
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell
|
+cell
|
||||||
+src(gh("cymem")) cymem
|
+src(gh("cymem")) Cymem
|
||||||
|
|
||||||
+cell
|
+cell
|
||||||
| Gate Cython calls to malloc/free behind Python ref-counted
|
| Gate Cython calls to malloc/free behind Python ref-counted
|
||||||
|
@ -74,14 +74,14 @@ p Many of the associated tools and resources that we're developing alongside spa
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell
|
+cell
|
||||||
+src(gh("preshed")) preshed
|
+src(gh("preshed")) Preshed
|
||||||
|
|
||||||
+cell
|
+cell
|
||||||
| Cython hash tables that assume keys are pre-hashed
|
| Cython hash tables that assume keys are pre-hashed
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell
|
+cell
|
||||||
+src(gh("murmurhash")) murmurhash
|
+src(gh("murmurhash")) MurmurHash
|
||||||
|
|
||||||
+cell
|
+cell
|
||||||
| Cython bindings for
|
| Cython bindings for
|
||||||
|
|
Loading…
Reference in New Issue
Block a user