15b59bc5e497e789f79fb57cf984ea8313cba85b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 4 | ||
| Rename Variable xmlbuffer : StringBuilder to xmlBuffer : StringBuilder in method private runSegmentation(annotation CoreMap) : void in class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator | From | To | |
| Rename Variable xmlbegin : int to xmlBegin : int in method private runSegmentation(annotation CoreMap) : void in class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator | From | To | |
| Rename Variable xmltag : String to xmlTag : String in method private runSegmentation(annotation CoreMap) : void in class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator | From | To | |
| Parameterize Variable | 1 | ||
| Parameterize Variable w : String to tokenText : String in method private makeXmlToken(tokenText String, doNormalization boolean, charOffsetBegin int, charOffsetEnd int) : CoreLabel in class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator | From | To | |
| Extract Method | 3 | ||
| Extract Method private makeXmlToken(tokenText String, doNormalization boolean, charOffsetBegin int, charOffsetEnd int) : CoreLabel extracted from private runSegmentation(annotation CoreMap) : void in class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator | From | To |