9300dc4fcaec4735376b019d2ba9ae999eca5373
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 3
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 2 | ||
Rename Variable words : List<CoreLabel> to charTokens : List<CoreLabel> in method private splitCharacters(annotation CoreMap) : void in class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator | From | To | |
Rename Variable wordString : String to charString : String in method private splitCharacters(annotation CoreMap) : void in class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator | From | To | |
Inline Method | 1 | ||
Inline Method private loadModel(segLoc String, props Properties) : void inlined to public ChineseSegmenterAnnotator(name String, props Properties) in class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotator | From | To | |
Extract Method | 1 | ||
Extract Method private testOne(query String, expectedWords String[], expectedPositions int[]) : void extracted from public testPipeline() : void in class edu.stanford.nlp.pipeline.ChineseSegmenterAnnotatorITest | From | To |