mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-02 02:43:36 +03:00
remove universe object: spacy_hunspell
This commit is contained in:
parent
59c763eec1
commit
6c036d1e25
|
@ -888,32 +888,6 @@
|
||||||
"github": "shigapov"
|
"github": "shigapov"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "spacy_hunspell",
|
|
||||||
"slogan": "Add spellchecking and spelling suggestions to your spaCy pipeline using Hunspell",
|
|
||||||
"description": "This package uses the [spaCy 2.0 extensions](https://spacy.io/usage/processing-pipelines#extensions) to add [Hunspell](http://hunspell.github.io) support for spellchecking.",
|
|
||||||
"github": "tokestermw/spacy_hunspell",
|
|
||||||
"pip": "spacy_hunspell",
|
|
||||||
"code_example": [
|
|
||||||
"import spacy",
|
|
||||||
"from spacy_hunspell import spaCyHunSpell",
|
|
||||||
"",
|
|
||||||
"nlp = spacy.load('en_core_web_sm')",
|
|
||||||
"hunspell = spaCyHunSpell(nlp, 'mac')",
|
|
||||||
"nlp.add_pipe(hunspell)",
|
|
||||||
"doc = nlp('I can haz cheezeburger.')",
|
|
||||||
"haz = doc[2]",
|
|
||||||
"haz._.hunspell_spell # False",
|
|
||||||
"haz._.hunspell_suggest # ['ha', 'haze', 'hazy', 'has', 'hat', 'had', 'hag', 'ham', 'hap', 'hay', 'haw', 'ha z']"
|
|
||||||
],
|
|
||||||
"author": "Motoki Wu",
|
|
||||||
"author_links": {
|
|
||||||
"github": "tokestermw",
|
|
||||||
"twitter": "plusepsilon"
|
|
||||||
},
|
|
||||||
"category": ["pipeline"],
|
|
||||||
"tags": ["spellcheck"]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "spacy_grammar",
|
"id": "spacy_grammar",
|
||||||
"slogan": "Language Tool style grammar handling with spaCy",
|
"slogan": "Language Tool style grammar handling with spaCy",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user