mirror of https://github.com/explosion/spaCy.git
Add WordDumb to spaCy Universe (#9572)
* Add WordDumb to spaCy Universe * Add standalone category Co-authored-by: Paul O'Leary McCann <polm@dampfkraft.com>
This commit is contained in:
parent
a4dcb68cf6
commit
90ec820f05
|
@ -3577,6 +3577,21 @@
|
||||||
},
|
},
|
||||||
"category": ["pipeline", "research", "standalone"],
|
"category": ["pipeline", "research", "standalone"],
|
||||||
"tags": ["spacy", "python", "nlp", "ner"]
|
"tags": ["spacy", "python", "nlp", "ner"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "WordDumb",
|
||||||
|
"title": "WordDumb",
|
||||||
|
"slogan": "A calibre plugin that generates Word Wise and X-Ray files.",
|
||||||
|
"description": "A calibre plugin that generates Word Wise and X-Ray files then sends them to Kindle. Supports KFX, AZW3 and MOBI eBooks. X-Ray supports 18 languages.",
|
||||||
|
"github": "xxyzz/WordDumb",
|
||||||
|
"code_language": "python",
|
||||||
|
"thumb": "https://raw.githubusercontent.com/xxyzz/WordDumb/master/starfish.svg",
|
||||||
|
"image": "https://user-images.githubusercontent.com/21101839/130245435-b874f19a-7785-4093-9975-81596efc42bb.png",
|
||||||
|
"author": "xxyzz",
|
||||||
|
"author_links": {
|
||||||
|
"github": "xxyzz"
|
||||||
|
},
|
||||||
|
"category": ["standalone"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue