Fix spelling

This commit is contained in:
Ines Montani 2016-12-23 21:35:59 +01:00
parent 1436b9f15a
commit 207555fae7

View File

@ -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