< list

Configuration
epi-statement

Creator jdkim@dbcls.rois.ac.jp
Updated at 2020-04-01 11:13:55 UTC
Body
{
	"entity types":[
		{"color":"#77c6dd","id":"Epistemic_statement","default":true},
		{"color":"#bbbbbb","id":"Non-epistemic_statement"}
	],
	"attribute types":[
		{
			"pred":"uncertain",
			"value type":"flag",
			"color":"#ff8888"
		},
		{
			"pred":"certainty_level",
			"value type":"selection",
			"values":[
				{"color":"#88ff88","id":"High","default":true},
				{"color":"#ffff88","id":"Middle"},
				{"color":"#FF8888","id":"Low"}
			]
		}
	]
}