added web and model outputs definitions

This commit is contained in:
Brian Bjarke Jensen
2024-02-15 22:42:01 +01:00
parent de0682d736
commit 39be1d57e6
12 changed files with 308 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
model_labels = {
"information value": [
"given-new",
"ideal-real",
"central-marginal"
],
"framing": [
"frame lines",
"empty space",
"colour contrast",
"form contrast"
],
"salience": [
"size",
"colour",
"tone",
"form",
"positioning"
]
}