53 lines
841 B
JSON
53 lines
841 B
JSON
{
|
|
"priority_distribution": {
|
|
"labels": [
|
|
"Priority 1",
|
|
"Priority 2",
|
|
"Priority 3",
|
|
"Priority 4"
|
|
],
|
|
"data": [
|
|
1,
|
|
1,
|
|
1,
|
|
1
|
|
]
|
|
},
|
|
"constraint_distribution": {
|
|
"labels": [
|
|
"Hard Constraints",
|
|
"Soft Constraints"
|
|
],
|
|
"data": [
|
|
17,
|
|
46
|
|
]
|
|
},
|
|
"variable_categories": {
|
|
"labels": [
|
|
"core_value",
|
|
"hard_constraint",
|
|
"soft_constraint",
|
|
"factor"
|
|
],
|
|
"data": [
|
|
6,
|
|
17,
|
|
31,
|
|
9
|
|
]
|
|
},
|
|
"sentence_length_distribution": {
|
|
"min": 1,
|
|
"max": 18,
|
|
"mean": 9.191369606003752,
|
|
"median": 10.0
|
|
},
|
|
"overview_stats": {
|
|
"total_variables": 63,
|
|
"total_sentences": 3198,
|
|
"total_tokens": 29394,
|
|
"unique_tokens": 4937,
|
|
"avg_sentence_length": 9.191369606003752
|
|
}
|
|
} |