5daf354682aa084a41450a349f484a393d3d19fb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 10
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type ctxdate : Date to ctxdate : String in method public normalizeDateString(s String, ctxdate String) : String in class edu.stanford.nlp.ie.ChineseQuantifiableEntityNormalizer | From | To | |
Rename Attribute | 2 | ||
Rename Attribute fixupTsurgeon : TsurgeonPattern[] to splitPuncTsurgeon : TsurgeonPattern[] in class edu.stanford.nlp.trees.international.pennchinese.CTBErrorCorrectingTreeNormalizer | From | To | |
Rename Attribute fixupTregex : TregexPattern[] to splitPuncTregex : TregexPattern[] in class edu.stanford.nlp.trees.international.pennchinese.CTBErrorCorrectingTreeNormalizer | From | To | |
Extract Method | 2 | ||
Extract Method private processEntity(l List<E>, entityType String, compModifier String, nextWord String, document CoreMap) : List<E> extracted from private processEntity(l List<E>, entityType String, compModifier String, nextWord String) : List<E> in class edu.stanford.nlp.ie.ChineseQuantifiableEntityNormalizer | From | To | |
Extract Method private normalizeYear(s String, contextYear String, strict boolean) : String extracted from private normalizeYear(s String, contextYear String) : String in class edu.stanford.nlp.ie.ChineseQuantifiableEntityNormalizer | From | To |