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:
xxyzz 2021-11-01 17:38:41 +08:00 committed by GitHub
parent a4dcb68cf6
commit 90ec820f05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 1 deletions

View File

@ -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"]
} }
], ],