Skip to content

Commit c19b9f7

Browse files
committed
Added explicit indicator for nested statements. Update guidelines.
1 parent 1309d15 commit c19b9f7

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

IG Core/IG Institutional Statement Relationship.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,25 @@
186186
"link_type_role_feature_name" : null,
187187
"link_type_target_feature_name" : null,
188188
"traits" : "{\"multipleRows\":true,\"dynamicSize\":false,\"collapsedRows\":1,\"expandedRows\":2,\"keyBindings\":[]}"
189+
}, {
190+
"name" : "NestedStatement",
191+
"tag_set" : null,
192+
"uiName" : "Nested Statement",
193+
"type" : "uima.cas.Boolean",
194+
"enabled" : true,
195+
"visible" : true,
196+
"include_in_hover" : false,
197+
"required" : false,
198+
"remember" : false,
199+
"hideUnconstraintFeature" : false,
200+
"description" : "Indicates whether the statement is nested in another statement component (e.g., activation condition containing a nested statement (e.g., action as precondition), complex object containing nested statement (e.g., belief)).",
201+
"project_name" : "IG-Inception-Layer Development",
202+
"multi_value_mode" : "NONE",
203+
"link_mode" : "NONE",
204+
"link_type_name" : null,
205+
"link_type_role_feature_name" : null,
206+
"link_type_target_feature_name" : null,
207+
"traits" : null
189208
}, {
190209
"name" : "RuleType",
191210
"tag_set" : {

IG Core/IGLayersCodingGuidelines.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This file contains the operational annotation guidelines for annotating accordin
55

66
Version: 0.2.9 (C. Frantz)
77

8+
The latest version of the Inception layers is available under https://github.com/InstitutionalGrammar/IG-Inception-Layers/releases
9+
810
For general instruction on IG coding and underlying rationale, please refer to the coding guidelines under https://arxiv.org/abs/2008.08937.
911

1012
Introduction:
@@ -65,7 +67,7 @@ Statement-level annotation:
6567

6668
- Identify statement types for all identified statements incrementally (including overlapping or statements nested statements)
6769
- Choose 'IG Institutional Statement' Layer
68-
- Annotate all statements (including nested ones) and mark those as regulative or constitutive respectively.
70+
- Annotate all statements (including nested ones) and mark those as regulative or constitutive respectively, and indicate whether they are nested ('Nested Statement' checkbox).
6971
- Draw links between statements where existing (e.g., logical relationships). Where vertically nested (i.e., or else relationship exists), indicate whether statement is monitored or consequential (where not annotated, the statement is presumed monitored). Populate further properties where relevant for each statement, such as IAD rule type and level.
7072
- Where components are implicit (e.g., Attribute) add indicate those in the 'IG Institutional Statement' layer under 'Implicit Components' by listing those in the format COMPONENT=VALUE|COMPONENT=VALUE| ... (e.g., 'A=Actor|D=must').
7173
- Where components exist outside the institutional statement (e.g., in another statement), resolve those in the 'IG Institutional Statement' layer under 'External Component Reference' by indicating the component name (e.g., Attributes), confirm by clicking 'Add' and clicking on target token outside institutional statement.

0 commit comments

Comments
 (0)