mirror of https://github.com/explosion/spaCy.git
Add spacy_hunspell to resources (see #315)
This commit is contained in:
parent
a31506e060
commit
8d3f29322f
|
@ -58,6 +58,10 @@ include ../_includes/_mixins
|
||||||
| Pipeline component for emoji handling and adding emoji meta data
|
| Pipeline component for emoji handling and adding emoji meta data
|
||||||
| to #[code Doc], #[code Token] and #[code Span] attributes.
|
| 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
|
.u-text-right
|
||||||
+button("https://github.com/topics/spacy-extension?o=desc&s=stars", false, "primary", "small") See more extensions on GitHub
|
+button("https://github.com/topics/spacy-extension?o=desc&s=stars", false, "primary", "small") See more extensions on GitHub
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue