mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +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",
|
||||
"REL_OP": ">",
|
||||
"RIGHT_ID": "subject",
|
||||
"RIGHT_ID": "founded_subject",
|
||||
"RIGHT_ATTRS": {"DEP": "nsubj"},
|
||||
}
|
||||
# ...
|
||||
|
@ -1212,7 +1212,7 @@ pattern = [
|
|||
{
|
||||
"LEFT_ID": "anchor_founded",
|
||||
"REL_OP": ">",
|
||||
"RIGHT_ID": "subject",
|
||||
"RIGHT_ID": "founded_subject",
|
||||
"RIGHT_ATTRS": {"DEP": "nsubj"},
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user