6e24927a26e5c6c85c296d21650ba8d0234d59cd
Files Diff
- Added: 2
- Removed: 2
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public mentions(properties Properties, annotatorImplementation AnnotatorImplementations) : AnnotatorFactory renamed to public entityMentions(properties Properties, annotatorImplementation AnnotatorImplementations) : AnnotatorFactory in class edu.stanford.nlp.pipeline.AnnotatorFactories | From | To | |
Change Return Type | 2 | ||
Change Return Type MentionsAnnotator to EntityMentionsAnnotator in method protected getMentionsAnnotator() : EntityMentionsAnnotator in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
Change Return Type MentionsAnnotator to EntityMentionsAnnotator in method protected getMentionsAnnotator(props Properties) : EntityMentionsAnnotator in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
Rename Class | 2 | ||
Rename Class edu.stanford.nlp.pipeline.MentionsAnnotator renamed to edu.stanford.nlp.pipeline.EntityMentionsAnnotator | From | To | |
Rename Class edu.stanford.nlp.pipeline.MentionsAnnotatorITest renamed to edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
Rename Attribute | 2 | ||
Rename Attribute STANFORD_MENTIONS : String to STANFORD_ENTITY_MENTIONS : String in class edu.stanford.nlp.pipeline.Annotator | From | To | |
Rename Attribute MENTIONS_ANNOTATOR_NAME : String to ENTITY_MENTIONS_ANNOTATOR_NAME : String in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
Change Variable Type | 5 | ||
Change Variable Type annotator : MentionsAnnotator to annotator : EntityMentionsAnnotator in method public testDates() : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
Change Variable Type annotator : MentionsAnnotator to annotator : EntityMentionsAnnotator in method public testNewsText() : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
Change Variable Type annotator : MentionsAnnotator to annotator : EntityMentionsAnnotator in method public testNumbers() : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
Change Variable Type annotator : MentionsAnnotator to annotator : EntityMentionsAnnotator in method public testDates2() : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To | |
Change Variable Type annotator : MentionsAnnotator to annotator : EntityMentionsAnnotator in method public testBasicMentions() : void in class edu.stanford.nlp.pipeline.EntityMentionsAnnotatorITest | From | To |