Skip to content

Commit

Permalink
Update quickUserGuide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
VivianV committed Jun 8, 2015
1 parent 27e91dd commit ed8322f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-site/quickUserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ docGraph.addSRelation(spanRel);

Now we will show another type of edge, which renders a more loose relation between nodes. In contrast to _SSpanningRelations_ and _SDominanceRelations_, which can only connect specific kinds of nodes, the type _SPointingRelation_ can connect _SToken_, _SSpan_ and _SStructure_ nodes with each other and vice versa. These edges for instance can be used to model anaphoric relations between words, phrases, sentences and so on. Edges in general can be typed with a linguistic meaning by setting their attribute _SType_. We illustrate that by connecting the token covering the word "it" to the set of tokens "the" and "example". To bundle the words "the" and "example", we first have to create a span covering both tokens "the" and "example" following the same mechanism as shown in section [spans](#spans).

<img src="./img/sample_pointingRel.png" width="50%">
<img src="./img/sample_pointingRel.png" width="30%">

The following snippet shows the creation of the model shown in the figure.

Expand Down

0 comments on commit ed8322f

Please sign in to comment.