Readability score object
The readability score represents the result of executing a Readability model with a specific language code and wiki revision ID.
Example
{
"model_name": "readability",
"model_version": "4",
"wiki_db": "enwiki",
"revision_id": 123456,
"output": {
"score": -0.29161882400512695,
"fk_score_proxy": 8.63213539862886
}
}
Schema
model_name
required string |
The model that generated the output. |
model_version
required string |
The version of the model being used. |
wiki_db
required string |
String identifying the target Wiki. |
revision_id required integer |
Integer representing the Wiki revision id. |
score
required float |
The readability score provided by the ranking model (can be used to compare articles between each other). |
fk_score_proxy
required float |
Flesch–Kincaid score approximation. |