Toggle navigation
Home
edu.stanford.nlp.ling.CoreLabel to edu.stanford.nlp.ling.IndexedWord
No. of Instances - 35
No. of Commits - 1
No. of Projects - {'CoreNLP'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
relNode.backingLabel()
to
relNode
getValidChunk(parse,subject,VALID_SUBJECT_ARCS,Optional.ofNullable(ignoredArc),true).orElse(Collections.singletonList(subject.backingLabel()))
to
getValidChunk(parse,subject,VALID_SUBJECT_ARCS,Optional.ofNullable(ignoredArc),true).orElse(Collections.singletonList(subject))
getValidChunk(parse,object,VALID_OBJECT_ARCS,Optional.ofNullable(ignoredArc),true).orElse(Collections.singletonList(object.backingLabel()))
to
getValidChunk(parse,object,VALID_OBJECT_ARCS,Optional.ofNullable(ignoredArc),true).orElse(Collections.singletonList(object))
Optional.of(edge.getDependent().backingLabel())
to
Optional.of(edge.getDependent())
token.index()
to
token.pseudoPosition()
verb.backingLabel()
to
adverbToken
verb.index()
to
adverbToken.pseudoPosition()
prep.backingLabel()
to
be
prep.index()
to
be.pseudoPosition()
be.backingLabel()
to
verb
be.index()
to
verb.pseudoPosition()
word.index()
to
word.pseudoPosition()
confidence.orElse(1.0)
to
relation
subjectSpan.get()
to
relation
Wrap or Un-wrap
add
to
add
add
to
add
Convert Class instance creation to method invocation
RelationTriple.WithTree
to
add