You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| <code>.</code> | direct precedence | <imgsrc="../images/A-pred-B.svg" alt="" /> | For non-terminal nodes, precedence is determined by the right-most and left-most terminal children. In corpora with multiple segmentations the layer on which consecutivity holds may be specified with <code>.layer</code> | |
183
-
| <code>.*</code> | indirect precedence | <imgsrc="../images/A-pred-ind-B.svg" alt="" /> | For specific sizes of precedence spans, <code>.n,m</code> can be used, e.g. <code>.3,4</code> - between 3 and 4 token distance; the default maximum distance for <code>.*</code> is 50 tokens. As above, segmentation layers may be specified, e.g. <code>.layer,3,4</code> | |
184
-
| <code>^</code> | directly near | <imgsrc="../images/A-pred-B.svg" alt="" /> or <imgsrc="../images/B-pred-A.svg" alt="" /> | Same as precedence, but in either order. In corpora with multiple segmentations the layer on which consecutivity holds may be specified with <code>^layer</code> | |
185
-
| <code>^*</code> | indirectly near | <imgsrc="../images/A-pred-ind-B.svg" alt="" /> or <imgsrc="../images/B-pred-ind-A.svg" alt="" /> | Like indirect precedence in either order. The form <code>^n,m</code> can be used, e.g. <code>^3,4</code> - between 3 and 4 token distance; the default maximum distance for <code>^*</code> is 50 tokens. As above, segmentation layers may be specified, e.g. <code>^layer,3,4</code> | |
186
-
| <code>></code> | direct dominance | <imgsrc="../images/A-dom-B.svg" alt="" /> | A specific edge type may be specified, e.g. <code>>secedge</code> to find secondary edges. Edge labels are specified in brackets, e.g. <code>>[func="OA"]</code> for an edge with the function 'object, accusative' | |
187
-
| <code>>*</code> | indirect dominance | <imgsrc="../images/A-dom-ind-B.svg" alt="" /> | For specific distance of dominance, <code>>n,m</code> can be used, e.g. <code>>3,4</code> - dominates with 3 to 4 edges distance | |
188
-
| <code>@*</code> | part of sub-corpus | | Left attribute is part of a sub-corpus having the attribute of the right-hand side. For specific distance range in the sub-corpus hierarchy, <code>@n,m</code> can be used. | |
189
-
| <code>_=_</code> | identical coverage | <imgsrc="../images/A-cov-ident-B.svg" alt="" /> | Applies when two annotations cover the exact same span of tokens | |
190
-
| <code>_i_</code> | inclusion | <imgsrc="../images/A-cov-incl-B.svg" alt="" /> | Applies when one annotation covers a span identical to or larger than another | |
| <code>_l_</code> | left aligned | <imgsrc="../images/A-cov-left-B.svg" alt="" /> | Both elements span an area beginning with the same token | |
193
-
| <code>_r_</code> | right aligned | <imgsrc="../images/A-cov-right-B.svg" alt="" /> | Both elements span an area ending with the same token | |
194
-
| <code>==</code> | value identity | <strong>A = B</strong> | The value of the annotation or token A is identical to that of B (this operator does not bind, i.e. the nodes must be connected by some other criteria too) | |
195
-
| <code>!=</code> | value difference | <strong>A ≠ B</strong> | The value of the annotation or token A is different from B (this operator does not bind, i.e. the nodes must be connected by some other criteria too) | |
196
-
| <code>->LABEL</code> | labeled pointing relation | <imgsrc="../images/A-point-direct-B.svg" alt="" /> | A labeled, directed relationship between two elements. Annotations can be specified with <code>->LABEL[annotation="VALUE"]</code> | |
197
-
| <code>->LABEL *</code> | indirect pointing relation | <imgsrc="../images/A-point-ind-B.svg" alt="" /> | An indirect labeled relationship between two elements. The length of the chain may be specified with <code>->LABEL n,m</code> for relation chains of length n to m | |
198
-
| <code>#x:arity=n</code> | arity | <imgsrc="../images/A-arity.svg" alt="" /> | Specifies the amount of directly dominated children that the searched node has | |
199
-
| <code>_ident_</code> | node identity | | True for two attributes that belong to the same node | |</p>
<tr><tdstyle="text-align: left"><code>.</code></td><tdstyle="text-align: right">direct precedence</td><tdstyle="text-align: left"><imgsrc="../images/A-pred-B.svg" alt="" /></td><tdstyle="text-align: left">For non-terminal nodes, precedence is determined by the right-most and left-most terminal children. In corpora with multiple segmentations the layer on which consecutivity holds may be specified with <code>.layer</code></td></tr>
182
+
<tr><tdstyle="text-align: left"><code>.*</code></td><tdstyle="text-align: right">indirect precedence</td><tdstyle="text-align: left"><imgsrc="../images/A-pred-ind-B.svg" alt="" /></td><tdstyle="text-align: left">For specific sizes of precedence spans, <code>.n,m</code> can be used, e.g. <code>.3,4</code> - between 3 and 4 token distance; the default maximum distance for <code>.*</code> is 50 tokens. As above, segmentation layers may be specified, e.g. <code>.layer,3,4</code></td></tr>
183
+
<tr><tdstyle="text-align: left"><code>^</code></td><tdstyle="text-align: right">directly near</td><tdstyle="text-align: left"><imgsrc="../images/A-pred-B.svg" alt="" /> or <imgsrc="../images/B-pred-A.svg" alt="" /></td><tdstyle="text-align: left">Same as precedence, but in either order. In corpora with multiple segmentations the layer on which consecutivity holds may be specified with <code>^layer</code></td></tr>
184
+
<tr><tdstyle="text-align: left"><code>^*</code></td><tdstyle="text-align: right">indirectly near</td><tdstyle="text-align: left"><imgsrc="../images/A-pred-ind-B.svg" alt="" /> or <imgsrc="../images/B-pred-ind-A.svg" alt="" /></td><tdstyle="text-align: left">Like indirect precedence in either order. The form <code>^n,m</code> can be used, e.g. <code>^3,4</code> - between 3 and 4 token distance; the default maximum distance for <code>^*</code> is 50 tokens. As above, segmentation layers may be specified, e.g. <code>^layer,3,4</code></td></tr>
185
+
<tr><tdstyle="text-align: left"><code>></code></td><tdstyle="text-align: right">direct dominance</td><tdstyle="text-align: left"><imgsrc="../images/A-dom-B.svg" alt="" /></td><tdstyle="text-align: left">A specific edge type may be specified, e.g. <code>>secedge</code> to find secondary edges. Edge labels are specified in brackets, e.g. <code>>[func="OA"]</code> for an edge with the function 'object, accusative'</td></tr>
186
+
<tr><tdstyle="text-align: left"><code>>*</code></td><tdstyle="text-align: right">indirect dominance</td><tdstyle="text-align: left"><imgsrc="../images/A-dom-ind-B.svg" alt="" /></td><tdstyle="text-align: left">For specific distance of dominance, <code>>n,m</code> can be used, e.g. <code>>3,4</code> - dominates with 3 to 4 edges distance</td></tr>
187
+
<tr><tdstyle="text-align: left"><code>@*</code></td><tdstyle="text-align: right">part of sub-corpus</td><tdstyle="text-align: left"></td><tdstyle="text-align: left">Left attribute is part of a sub-corpus having the attribute of the right-hand side. For specific distance range in the sub-corpus hierarchy, <code>@n,m</code> can be used.</td></tr>
188
+
<tr><tdstyle="text-align: left"><code>_=_</code></td><tdstyle="text-align: right">identical coverage</td><tdstyle="text-align: left"><imgsrc="../images/A-cov-ident-B.svg" alt="" /></td><tdstyle="text-align: left">Applies when two annotations cover the exact same span of tokens</td></tr>
189
+
<tr><tdstyle="text-align: left"><code>_i_</code></td><tdstyle="text-align: right">inclusion</td><tdstyle="text-align: left"><imgsrc="../images/A-cov-incl-B.svg" alt="" /></td><tdstyle="text-align: left">Applies when one annotation covers a span identical to or larger than another</td></tr>
<tr><tdstyle="text-align: left"><code>_l_</code></td><tdstyle="text-align: right">left aligned</td><tdstyle="text-align: left"><imgsrc="../images/A-cov-left-B.svg" alt="" /></td><tdstyle="text-align: left">Both elements span an area beginning with the same token</td></tr>
192
+
<tr><tdstyle="text-align: left"><code>_r_</code></td><tdstyle="text-align: right">right aligned</td><tdstyle="text-align: left"><imgsrc="../images/A-cov-right-B.svg" alt="" /></td><tdstyle="text-align: left">Both elements span an area ending with the same token</td></tr>
193
+
<tr><tdstyle="text-align: left"><code>==</code></td><tdstyle="text-align: right">value identity</td><tdstyle="text-align: left"><strong>A = B</strong></td><tdstyle="text-align: left">The value of the annotation or token A is identical to that of B (this operator does not bind, i.e. the nodes must be connected by some other criteria too)</td></tr>
194
+
<tr><tdstyle="text-align: left"><code>!=</code></td><tdstyle="text-align: right">value difference</td><tdstyle="text-align: left"><strong>A ≠ B</strong></td><tdstyle="text-align: left">The value of the annotation or token A is different from B (this operator does not bind, i.e. the nodes must be connected by some other criteria too)</td></tr>
195
+
<tr><tdstyle="text-align: left"><code>->LABEL</code></td><tdstyle="text-align: right">labeled pointing relation</td><tdstyle="text-align: left"><imgsrc="../images/A-point-direct-B.svg" alt="" /></td><tdstyle="text-align: left">A labeled, directed relationship between two elements. Annotations can be specified with <code>->LABEL[annotation="VALUE"]</code></td></tr>
196
+
<tr><tdstyle="text-align: left"><code>->LABEL *</code></td><tdstyle="text-align: right">indirect pointing relation</td><tdstyle="text-align: left"><imgsrc="../images/A-point-ind-B.svg" alt="" /></td><tdstyle="text-align: left">An indirect labeled relationship between two elements. The length of the chain may be specified with <code>->LABEL n,m</code> for relation chains of length n to m</td></tr>
197
+
<tr><tdstyle="text-align: left"><code>#x:arity=n</code></td><tdstyle="text-align: right">arity</td><tdstyle="text-align: left"><imgsrc="../images/A-arity.svg" alt="" /></td><tdstyle="text-align: left">Specifies the amount of directly dominated children that the searched node has</td></tr>
198
+
<tr><tdstyle="text-align: left"><code>_ident_</code></td><tdstyle="text-align: right">node identity</td><tdstyle="text-align: left"></td><tdstyle="text-align: left">True for two attributes that belong to the same node</td></tr>
<tr><tdstyle="text-align: center"><code>#x:tokenarity=n</code></td><tdstyle="text-align: left">tokenarity</td><tdstyle="text-align: center"><imgsrc="../images/A-tokenarity.svg" alt="" /></td><tdstyle="text-align: left">Specifies the length of the span of tokens covered by the node</td></tr>
209
-
<tr><tdstyle="text-align: center"><code>#x:root</code></td><tdstyle="text-align: left">root</td><tdstyle="text-align: center"><imgsrc="../images/A-root.svg" alt="" /></td><tdstyle="text-align: left">Specifies that the node is not dominated by any other node within its namespace <strong>s</strong></td></tr>
210
+
<tr><tdstyle="text-align: center"><code>#x:root</code></td><tdstyle="text-align: left">root</td><tdstyle="text-align: center"><imgsrc="../images/A-root.svg" alt="" /></td><tdstyle="text-align: left">Specifies that the node is not dominated by any other node within its namespace <strong>s</strong></td></tr>
0 commit comments