File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/edu/stanford/nlp/semgraph/semgrex Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 79
79
* <tr><td>A $- B <td>B is a left immediate sibling of A, i.e. A and B have the same parent and A.index() == B.index() + 1
80
80
* <tr><td>A $++ B <td>B is a right sibling of A, i.e. A and B have the same parent and {@code A.index() < B.index()}
81
81
* <tr><td>A $-- B <td>B is a left sibling of A, i.e. A and B have the same parent and {@code A.index() > B.index()}
82
+ * <tr><td>A <++ B <td>B is a right governor of A
83
+ * <tr><td>A <-- B <td>B is a left governor of A
84
+ * <tr><td>A <++ B <td>B is a right dependent of A
85
+ * <tr><td>A <-- B <td>B is a left dependent of A
82
86
* <tr><td>A @ B <td>A is aligned to B (this is only used when you have two dependency graphs which are aligned)
83
87
* <caption>Currently supported node relations</caption>
84
88
* </table>
You can’t perform that action at this time.
0 commit comments