Scope

From UNL Wiki
(Difference between revisions)
Jump to: navigation, search
(What is a scope)
(What is a scope)
Line 4: Line 4:
 
A scope is a group of nodes and relations between nodes that work as a '''single semantic entity''' in a UNL graph. For instance, in the sentence "Mary saw Peter when John arrived", the dependent clause "when John arrived" describes the argument of a time relation and, therefore, should be represented as a hyper-node (i.e., as a sub-graph) as indicated below:
 
A scope is a group of nodes and relations between nodes that work as a '''single semantic entity''' in a UNL graph. For instance, in the sentence "Mary saw Peter when John arrived", the dependent clause "when John arrived" describes the argument of a time relation and, therefore, should be represented as a hyper-node (i.e., as a sub-graph) as indicated below:
  
[[Image:Scope.jpg|500px]]
+
[[Image:Scope.jpg|center|500px]]
  
 
In the UNL table representation, hyper-nodes are indexed by ":XX", where XX is a two-digit hyper-node index. The main node index is :00 and may be omitted. Hyper-node indexes must be associated to every relation inside the node.  
 
In the UNL table representation, hyper-nodes are indexed by ":XX", where XX is a two-digit hyper-node index. The main node index is :00 and may be omitted. Hyper-node indexes must be associated to every relation inside the node.  
  
[[Image:Scope1.jpg]]
+
[[Image:Scope1.jpg|center|500px]]
  
 
== When to use scopes ==
 
== When to use scopes ==

Revision as of 17:22, 12 July 2010

The UNL representation is a hyper-graph, which means that it may consist of several interlinked or subordinate sub-graphs. These sub-graphs are represented as hyper-nodes and correspond roughly to the concept of dependent (subordinate) clauses, i.e., groups of words that consist of a subject and a predicate and which are embedded in a larger structure (the independent clause). They are used to define the boundaries between complex semantic entities being represented.

Contents

What is a scope

A scope is a group of nodes and relations between nodes that work as a single semantic entity in a UNL graph. For instance, in the sentence "Mary saw Peter when John arrived", the dependent clause "when John arrived" describes the argument of a time relation and, therefore, should be represented as a hyper-node (i.e., as a sub-graph) as indicated below:

Scope.jpg

In the UNL table representation, hyper-nodes are indexed by ":XX", where XX is a two-digit hyper-node index. The main node index is :00 and may be omitted. Hyper-node indexes must be associated to every relation inside the node.

Scope1.jpg

When to use scopes

When not to use scopes

@entry

Coindexation

Software