mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-29 11:26:28 +03:00
Auto-format [ci skip]
This commit is contained in:
parent
3931fa146b
commit
ee68dc260f
|
@ -53,28 +53,28 @@
|
|||
"category": ["pipeline", "standalone", "research", "training"],
|
||||
"tags": []
|
||||
},
|
||||
{
|
||||
"id": "numerizer",
|
||||
"title": "numerizer",
|
||||
"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.",
|
||||
"github": "jaidevd/numerizer",
|
||||
"pip": "numerizer",
|
||||
"code_example": [
|
||||
"from spacy import load",
|
||||
"import numerizer",
|
||||
"nlp = load('en_core_web_sm') # or any other model",
|
||||
"doc = nlp('The Hogwarts Express is at platform nine and three quarters')",
|
||||
"doc._.numerize()",
|
||||
"# {nine and three quarters: '9.75'}"
|
||||
],
|
||||
"author": "Jaidev Deshpande",
|
||||
"author_links": {
|
||||
"github": "jaidevd",
|
||||
"twitter": "jaidevd"
|
||||
},
|
||||
"category": ["standalone"]
|
||||
},
|
||||
{
|
||||
"id": "numerizer",
|
||||
"title": "numerizer",
|
||||
"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.",
|
||||
"github": "jaidevd/numerizer",
|
||||
"pip": "numerizer",
|
||||
"code_example": [
|
||||
"from spacy import load",
|
||||
"import numerizer",
|
||||
"nlp = load('en_core_web_sm') # or any other model",
|
||||
"doc = nlp('The Hogwarts Express is at platform nine and three quarters')",
|
||||
"doc._.numerize()",
|
||||
"# {nine and three quarters: '9.75'}"
|
||||
],
|
||||
"author": "Jaidev Deshpande",
|
||||
"author_links": {
|
||||
"github": "jaidevd",
|
||||
"twitter": "jaidevd"
|
||||
},
|
||||
"category": ["standalone"]
|
||||
},
|
||||
{
|
||||
"id": "spikex",
|
||||
"title": "SpikeX - SpaCy Pipes for Knowledge Extraction",
|
||||
|
@ -3055,4 +3055,4 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user