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"])
|
||||
+row
|
||||
+cell
|
||||
+src(gh("thinc")) thinc
|
||||
+src(gh("thinc")) Thinc
|
||||
|
||||
+cell
|
||||
| Super sparse multi-class machine learning with Cython.
|
||||
|
||||
+row
|
||||
+cell
|
||||
+src(gh("sputnik")) sputnik
|
||||
+src(gh("sputnik")) Sputnik
|
||||
|
||||
+cell
|
||||
| Data package manager library for spaCy.
|
||||
|
||||
+row
|
||||
+cell
|
||||
+src(gh("sputnik-server")) sputnik Server
|
||||
+src(gh("sputnik-server")) Sputnik Server
|
||||
|
||||
+cell
|
||||
| Index service for the sputnik data package manager for spaCy.
|
||||
| Index service for the Sputnik data package manager for spaCy.
|
||||
|
||||
+row
|
||||
+cell
|
||||
+src(gh("cymem")) cymem
|
||||
+src(gh("cymem")) Cymem
|
||||
|
||||
+cell
|
||||
| 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
|
||||
+cell
|
||||
+src(gh("preshed")) preshed
|
||||
+src(gh("preshed")) Preshed
|
||||
|
||||
+cell
|
||||
| Cython hash tables that assume keys are pre-hashed
|
||||
|
||||
+row
|
||||
+cell
|
||||
+src(gh("murmurhash")) murmurhash
|
||||
+src(gh("murmurhash")) MurmurHash
|
||||
|
||||
+cell
|
||||
| Cython bindings for
|
||||
|
|
Loading…
Reference in New Issue
Block a user