Toggle navigation
Home
java.util.List<edu.stanford.nlp.ling.CoreLabel> to edu.stanford.nlp.patterns.DataInstance
No. of Instances - 88
No. of Commits - 5
No. of Projects - {'CoreNLP'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
get
to
getTokens
sentEn.getValue().get(en.getKey())
to
sentEn.getValue().getTokens().get(en.getKey())
runPOSNEROnTokens(sentsCMs,posModelPath,useTargetNERRestriction || useContextNERRestriction,"",useTargetParserParentRestriction,props.getProperty("numThreads"))
to
runPOSNEROnTokens(sentsCMs,posModelPath,useTargetNERRestriction || useContextNERRestriction,"",useTargetParserParentRestriction,props.getProperty("numThreads"),patternType)
l
to
l.getTokens()
get
to
getTokens
getValue
to
getTokens
s.get(CoreAnnotations.TokensAnnotation.class)
to
d
s.get(CoreAnnotations.TokensAnnotation.class)
to
d
get
to
getTokens
get
to
getTokens
get
to
getTokens
get
to
getTokens
Cascading Type Change (Similar)
Map<? extends String,? extends List<CoreLabel>>
to
Map<? extends String,? extends DataInstance>
Map<String,List<CoreLabel>>
to
Map<String,DataInstance>
Pair<Map<String,List<CoreLabel>>,File>
to
Pair<Map<String,DataInstance>,File>
Cascading Type Change (Different)
LinkedHashMap<String,List<CoreLabel>>
to
LinkedHashMap<String,DataInstance>
HashMap<String,List<CoreLabel>>
to
HashMap<String,DataInstance>
CoreLabel
to
List<CoreLabel>
LinkedHashMap<String,List<CoreLabel>>
to
LinkedHashMap<String,DataInstance>
HashMap<String,List<CoreLabel>>
to
HashMap<String,DataInstance>
HashMap<String,List<CoreLabel>>
to
HashMap<String,DataInstance>
ApplyPatterns
to
ApplyDepPatterns
Rename Method invocation
en.getValue()
to
en.getValue().getTokens()