We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suppose I have:
[ LTOP: h0 INDEX: e2 [ e SF: prop TENSE: pres MOOD: indicative PROG: + PERF: - ] RELS: < [ _a_q<0:1> LBL: h4 ARG0: x3 [ x PERS: 3 NUM: sg IND: + ] RSTR: h5 BODY: h6 ] [ _man_n_1<2:5> LBL: h7 ARG0: x3 ] [ _walk_v_1<9:15> LBL: h1 ARG0: e2 ARG1: x3 ARG2: i8 ] > HCONS: < h0 qeq h1 h5 qeq h7 > ICONS: < > ]
and I want to write a query that captures the core semantic structure of this sentence, something like:
h4:_a_q[ARG0 x3, RSTR: h5, BODY h6] h7:_man_n_*[ARG0 x3] h1:_walk_v_*[ARG0 e2, ARG1 x3, ARG2: i8] { h0 =q h1, h5 =q h7 }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suppose I have:
and I want to write a query that captures the core semantic structure of this sentence, something like:
The text was updated successfully, but these errors were encountered: