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 7979 * <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
8080 * <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()}
8181 * <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
8286 * <tr><td>A @ B <td>A is aligned to B (this is only used when you have two dependency graphs which are aligned)
8387 * <caption>Currently supported node relations</caption>
8488 * </table>
You can’t perform that action at this time.
0 commit comments