mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-11 00:32:40 +03:00
Fix node name typo in dependency matcher example (#6311)
This commit is contained in:
parent
ace6ae435b
commit
dc816bba9d
|
@ -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"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user