Retrieving "RIGHT_ID" from tokens in DependencyMatcher
#10823
Answered
by
adrianeboyd
felipemarineli
asked this question in
Help: Coding & Implementations
-
Hi, I am trying to retrieve the "RIGHT_ID" attribute for each token in a match using the
Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
adrianeboyd
May 20, 2022
Replies: 1 comment 3 replies
-
The list of matched tokens should correspond 1-to-1 to the pattern dicts, so |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
felipemarineli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The list of matched tokens should correspond 1-to-1 to the pattern dicts, so
[1, 2]
means that the token with index 1 matched the first dict in the pattern and token with index 2 matched the second dict.