Fix node name typo in dependency matcher example (#6311)

This commit is contained in:
Adriane Boyd 2020-10-28 16:32:46 +01:00 committed by GitHub
parent ace6ae435b
commit dc816bba9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1142,7 +1142,7 @@ pattern = [
{ {
"LEFT_ID": "anchor_founded", "LEFT_ID": "anchor_founded",
"REL_OP": ">", "REL_OP": ">",
"RIGHT_ID": "subject", "RIGHT_ID": "founded_subject",
"RIGHT_ATTRS": {"DEP": "nsubj"}, "RIGHT_ATTRS": {"DEP": "nsubj"},
} }
# ... # ...
@ -1212,7 +1212,7 @@ pattern = [
{ {
"LEFT_ID": "anchor_founded", "LEFT_ID": "anchor_founded",
"REL_OP": ">", "REL_OP": ">",
"RIGHT_ID": "subject", "RIGHT_ID": "founded_subject",
"RIGHT_ATTRS": {"DEP": "nsubj"}, "RIGHT_ATTRS": {"DEP": "nsubj"},
}, },
{ {