Toggle navigation
Home
java.util.Map<java.lang.Class, edu.stanford.nlp.pipeline.CoreMapAttributeAggregator> to edu.stanford.nlp.pipeline.CoreMapAggregator
No. of Instances - 6
No. of Commits - 2
No. of Projects - {'CoreNLP'}
Hierarchy/Composition: Composition
Primitive Info: -
NameSpace: Jdk -> Internal
Mapping:
Add or Remove Method invocation
ChunkAnnotationUtils.getMergedChunk(source,chunkOffsets.getBegin(),chunkOffsets.getEnd(),chunkAggregators)
to
aggregator.merge(source,chunkOffsets.getBegin(),chunkOffsets.getEnd())
ChunkAnnotationUtils.getMergedChunk((List<? extends CoreMap>)sourceAnnotation.get(tokensAnnotationKey),chunkOffsets.getBegin(),chunkOffsets.getEnd(),aggregators)
to
aggregator.merge((List<? extends CoreMap>)sourceAnnotation.get(tokensAnnotationKey),chunkOffsets.getBegin(),chunkOffsets.getEnd())
ChunkAnnotationUtils.getMergedChunk((List<? extends CoreMap>)sourceAnnotation.get(tokensAnnotationKey),chunkOffsets.getBegin(),chunkOffsets.getEnd(),aggregators)
to
aggregator.merge((List<? extends CoreMap>)sourceAnnotation.get(tokensAnnotationKey),chunkOffsets.getBegin(),chunkOffsets.getEnd())
ChunkAnnotationUtils.getMergedChunk(source,chunkOffsets.getBegin(),chunkOffsets.getEnd(),chunkAggregators)
to
aggregator.merge(source,chunkOffsets.getBegin(),chunkOffsets.getEnd())
ChunkAnnotationUtils.getMergedChunk(source,chunkOffsets.getBegin(),chunkOffsets.getEnd(),chunkAggregators)
to
aggregator.merge(source,chunkOffsets.getBegin(),chunkOffsets.getEnd())
ChunkAnnotationUtils.getMergedChunk((List<? extends CoreMap>)sourceAnnotation.get(tokensAnnotationKey),chunkOffsets.getBegin(),chunkOffsets.getEnd(),aggregators)
to
aggregator.merge((List<? extends CoreMap>)sourceAnnotation.get(tokensAnnotationKey),chunkOffsets.getBegin(),chunkOffsets.getEnd())
Rename Variable
chunkAggregators
to
aggregator
aggregators
to
aggregator
aggregators
to
aggregator
chunkAggregators
to
aggregator
chunkAggregators
to
aggregator
aggregators
to
aggregator