d0a043d7936382196bf23eb4a5373cd978c764a4
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 1 | ||
Move Method private annotatePronominalMentions(ann Annotation) : List<CoreMap> from class edu.stanford.nlp.pipeline.KBPAnnotator to private annotatePronominalMentions(ann Annotation) : List<CoreMap> from class edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To | |
Rename Variable | 3 | ||
Rename Variable mentionToken : CoreLabel to entityMentionToken : CoreLabel in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To | |
Rename Variable mentionIndex : int to entityMentionIndex : int in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To | |
Rename Variable allMentions : List<CoreMap> to allEntityMentions : List<CoreMap> in method public annotate(annotation Annotation) : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To |