Auto-format [ci skip]

This commit is contained in:
Ines Montani 2021-04-22 10:58:05 +10:00
parent 3931fa146b
commit ee68dc260f

View File

@ -53,28 +53,28 @@
"category": ["pipeline", "standalone", "research", "training"], "category": ["pipeline", "standalone", "research", "training"],
"tags": [] "tags": []
}, },
{ {
"id": "numerizer", "id": "numerizer",
"title": "numerizer", "title": "numerizer",
"slogan": "Convert natural language numerics into ints and floats.", "slogan": "Convert natural language numerics into ints and floats.",
"description": "A SpaCy extension for Docs, Spans and Tokens that converts numerical words and quantitative named entities into numeric strings.", "description": "A SpaCy extension for Docs, Spans and Tokens that converts numerical words and quantitative named entities into numeric strings.",
"github": "jaidevd/numerizer", "github": "jaidevd/numerizer",
"pip": "numerizer", "pip": "numerizer",
"code_example": [ "code_example": [
"from spacy import load", "from spacy import load",
"import numerizer", "import numerizer",
"nlp = load('en_core_web_sm') # or any other model", "nlp = load('en_core_web_sm') # or any other model",
"doc = nlp('The Hogwarts Express is at platform nine and three quarters')", "doc = nlp('The Hogwarts Express is at platform nine and three quarters')",
"doc._.numerize()", "doc._.numerize()",
"# {nine and three quarters: '9.75'}" "# {nine and three quarters: '9.75'}"
], ],
"author": "Jaidev Deshpande", "author": "Jaidev Deshpande",
"author_links": { "author_links": {
"github": "jaidevd", "github": "jaidevd",
"twitter": "jaidevd" "twitter": "jaidevd"
}, },
"category": ["standalone"] "category": ["standalone"]
}, },
{ {
"id": "spikex", "id": "spikex",
"title": "SpikeX - SpaCy Pipes for Knowledge Extraction", "title": "SpikeX - SpaCy Pipes for Knowledge Extraction",
@ -3055,4 +3055,4 @@
] ]
} }
] ]
} }