Configuration
framenet-example
An example configuration for framenet
Creator | jdkim@dbcls.rois.ac.jp |
---|---|
Updated at | 2020-05-29 14:23:57 UTC |
Body |
{ "entity types": [ { "color": "#fd9ba2", "id": "LU" }, { "color": "#b4b4ff", "id": "FE", "default": true } ], "relation types": [ { "color": "#32ff32", "id": "mapping", "default": true } ], "attribute types": [ { "pred": "frame", "value type": "string", "default": "Something" }, { "pred": "role", "value type": "string", "default": "Agent", "values": [ { "color": "#FFFF55", "pattern": "Speaker" }, { "color": "#55FFFF", "pattern": "Message" } ] } ] } |