Skip to content

Commit dbdb55b

Browse files
committed
Fix typo in per_children.rules
1 parent 5a34b90 commit dbdb55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/edu/stanford/nlp/kbp/en/semgrex/per_children.rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# (Stanford dependencies; conj is fixing common parse errors)
33
{ner:PERSON}=entity >/poss/ ( {lemma:/son|daughter|child/} >/appos|conj.*/ {ner:PERSON}=slot )
44
# (Universal dependencies; conj is fixing common parse errors)
5-
{lemma:/son|daughter|child/} >/;mod:poss/ {ner:PERSON}=entity >/appos|conj.*/ {ner:PERSON}=slot
5+
{lemma:/son|daughter|child/} >/nmod:poss/ {ner:PERSON}=entity >/appos|conj.*/ {ner:PERSON}=slot
66
{ner:PERSON}=entity >/poss/ ( {lemma:/son|daughter|child/} >/appos|conj.*/ {ner:PERSON}=slot )
77
# Among ENTITY's sons are SLOT.
88
{lemma:/be/} >/(prep_|nmod:|obl:).*/ ( {lemma:/son|daughter|child/} >/nmod:poss/ {ner:PERSON}=entity ) >/.subj/ {ner:PERSON}=slot

0 commit comments

Comments
 (0)