f99772e4cc0c83cf50f2081ec0b0ce7136a33d3b
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Parameter Type | 1 | ||
Change Parameter Type ctxdate : String to ctxdate : Date in method public normalizeDateString(s String, ctxdate Date) : String in class edu.stanford.nlp.ie.ChineseQuantifiableEntityNormalizer | From | To | |
Inline Method | 2 | ||
Inline Method private processEntity(l List<E>, entityType String, compModifier String, nextWord String, document CoreMap) : List<E> inlined to private processEntity(l List<E>, entityType String, compModifier String, nextWord String) : List<E> in class edu.stanford.nlp.ie.ChineseQuantifiableEntityNormalizer | From | To | |
Inline Method private normalizeYear(s String, contextYear String, strict boolean) : String inlined to private normalizeYear(s String, contextYear String) : String in class edu.stanford.nlp.ie.ChineseQuantifiableEntityNormalizer | From | To |