mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 18:26:30 +03:00
Corrected broken (#9505)
This commit is contained in:
parent
a31a4bb7bd
commit
1ee4d6ef49
|
@ -516,7 +516,7 @@
|
|||
"title": "NeuroNER",
|
||||
"slogan": "Named-entity recognition using neural networks",
|
||||
"github": "Franck-Dernoncourt/NeuroNER",
|
||||
"category": ["ner"],
|
||||
"category": ["models"],
|
||||
"pip": "pyneuroner[cpu]",
|
||||
"code_example": [
|
||||
"from neuroner import neuromodel",
|
||||
|
@ -3550,6 +3550,11 @@
|
|||
"title": "Scientific",
|
||||
"description": "Frameworks and utilities for scientific text processing"
|
||||
},
|
||||
{
|
||||
"id": "biomedical",
|
||||
"title": "Biomedical",
|
||||
"description": "Frameworks and utilities for processing biomedical text"
|
||||
},
|
||||
{
|
||||
"id": "visualizers",
|
||||
"title": "Visualizers",
|
||||
|
|
Loading…
Reference in New Issue
Block a user