Toggle navigation
Home
edu.stanford.nlp.trees.TypedDependency to edu.stanford.nlp.semgraph.SemanticGraphEdge
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'CoreNLP'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Method invocation
dep
to
getDependent
gov
to
getGovernor
Add or Remove Method invocation
dep.dep()
to
dep.getDependent()
dep.dep()
to
dep.getDependent()
dep.reln()
to
dep.getRelation()
dep.gov().equals(modifier)
to
dep.getGovernor().equals(modifier)
dep.reln()
to
dep.getRelation()
dep.gov().equals(modifier)
to
dep.getGovernor().equals(modifier)
dep.reln()
to
dep.getRelation()
dep.gov().equals(head)
to
dep.getGovernor().equals(head)
dep.reln()
to
dep.getRelation()
dep.gov().equals(head)
to
dep.getGovernor().equals(head)