From 207555fae73f62e8681672eba44f577ed2a23134 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Fri, 23 Dec 2016 21:35:59 +0100 Subject: [PATCH] Fix spelling --- website/docs/usage/resources.jade | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/docs/usage/resources.jade b/website/docs/usage/resources.jade index b717e2d56..a09c7358d 100644 --- a/website/docs/usage/resources.jade +++ b/website/docs/usage/resources.jade @@ -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