From 8d3f29322f533025467a48148750cbaabee85287 Mon Sep 17 00:00:00 2001 From: ines Date: Wed, 29 Nov 2017 09:33:22 +0100 Subject: [PATCH] Add spacy_hunspell to resources (see #315) --- website/usage/resources.jade | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/usage/resources.jade b/website/usage/resources.jade index ad573ee82..1b6548f93 100644 --- a/website/usage/resources.jade +++ b/website/usage/resources.jade @@ -58,6 +58,10 @@ include ../_includes/_mixins | Pipeline component for emoji handling and adding emoji meta data | to #[code Doc], #[code Token] and #[code Span] attributes. + +card("spacy_hunspell", "https://github.com/tokestermw/spacy_hunspell", "Motoki Wu", "github") + | Add spellchecking and spelling suggestions to your spaCy pipeline + | using Hunspell. + .u-text-right +button("https://github.com/topics/spacy-extension?o=desc&s=stars", false, "primary", "small") See more extensions on GitHub