en_readability / meta.json
ytsaig's picture
Create readability pipeline.
76162d8
{
"lang":"en",
"name":"readability",
"version":"0.1",
"description":"A Spacy pipeline for generating readability scores",
"author":"Valurank",
"email":"",
"url":"www.valurank.com",
"license":"",
"spacy_version":">=3.4.0,<3.5.0",
"spacy_git_version":"d583626a8",
"vectors":{
"width":0,
"vectors":0,
"keys":0,
"name":null
},
"labels":{
"tok2vec":[
],
"tagger":[
"$",
"''",
",",
"-LRB-",
"-RRB-",
".",
":",
"ADD",
"AFX",
"CC",
"CD",
"DT",
"EX",
"FW",
"HYPH",
"IN",
"JJ",
"JJR",
"JJS",
"LS",
"MD",
"NFP",
"NN",
"NNP",
"NNPS",
"NNS",
"PDT",
"POS",
"PRP",
"PRP$",
"RB",
"RBR",
"RBS",
"RP",
"SYM",
"TO",
"UH",
"VB",
"VBD",
"VBG",
"VBN",
"VBP",
"VBZ",
"WDT",
"WP",
"WP$",
"WRB",
"XX",
"_SP",
"``"
],
"parser":[
"ROOT",
"acl",
"acomp",
"advcl",
"advmod",
"agent",
"amod",
"appos",
"attr",
"aux",
"auxpass",
"case",
"cc",
"ccomp",
"compound",
"conj",
"csubj",
"csubjpass",
"dative",
"dep",
"det",
"dobj",
"expl",
"intj",
"mark",
"meta",
"neg",
"nmod",
"npadvmod",
"nsubj",
"nsubjpass",
"nummod",
"oprd",
"parataxis",
"pcomp",
"pobj",
"poss",
"preconj",
"predet",
"prep",
"prt",
"punct",
"quantmod",
"relcl",
"xcomp"
],
"attribute_ruler":[
]
},
"pipeline":[
"tok2vec",
"tagger",
"parser",
"attribute_ruler",
"readability"
],
"components":[
"tok2vec",
"tagger",
"parser",
"attribute_ruler",
"readability"
],
"disabled":[
],
"author_email":"hello@valurank.com",
"performance":{
},
"pipeline_tag":"text-classification",
"requirements":[
]
}