jdoerfler's picture
Upload 15 files
566fc52 verified
raw
history blame
1.43 kB
{
"lang":"ar",
"name":"pipeline",
"version":"0.0.0",
"spacy_version":">=3.8.3,<3.9.0",
"description":"",
"author":"",
"email":"",
"url":"",
"license":"",
"spacy_git_version":"be0fa81",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null,
"mode":"default"
},
"labels":{
"tok2vec":[
],
"parser":[
"ROOT",
"acl",
"acl:relcl",
"advcl",
"advmod",
"advmod:emph",
"amod",
"appos",
"aux",
"aux:pass",
"case",
"cc",
"ccomp",
"conj",
"cop",
"csubj",
"csubj:pass",
"dep",
"det",
"discourse",
"dislocated",
"fixed",
"flat:foreign",
"iobj",
"mark",
"nmod",
"nsubj",
"nsubj:pass",
"nummod",
"obj",
"obl",
"obl:arg",
"orphan",
"parataxis",
"punct",
"xcomp"
],
"tagger":[
"X",
"VERB",
"NOUN",
"ADJ",
"ADP",
"PUNCT",
"NUM",
"PRON",
"SCONJ",
"CCONJ",
"DET",
"PART",
"ADV",
"SYM",
"AUX",
"PROPN",
"INTJ"
]
},
"pipeline":[
"tok2vec",
"parser",
"tagger"
],
"components":[
"tok2vec",
"parser",
"tagger"
],
"disabled":[
]
}