en_pipeline / meta.json
Agreus's picture
Update spaCy pipeline
a8415a3 verified
raw
history blame
629 Bytes
{
"lang":"en",
"name":"pipeline",
"version":"0.0.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_version":">=3.7.2,<3.8.0",
"spacy_git_version":"a89eae928",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"ner":[
"AM_TIME_END",
"AM_TIME_START",
"DATE_END",
"DATE_START",
"MILITARY_TIME_END",
"MILITARY_TIME_START",
"PM_TIME_END",
"PM_TIME_START",
"REASON"
]
},
"pipeline":[
"ner"
],
"components":[
"ner"
],
"disabled":[
],
"requirements":[
]
}