460091d7cf5d0a0993bec06d3cfc499f2503078e
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 41
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 2 | ||
Change Return Type void to HashMap<String,String> in method private setupDictionary(dictPath String) : HashMap<String,String> in class edu.stanford.nlp.international.spanish.SpanishVerbStripper | From | To | |
Change Return Type Counter<String> to Counter<F> in method public weightsAsCounter() : Counter<F> in class edu.stanford.nlp.classify.LogisticClassifier | From | To | |
Change Variable Type | 2 | ||
Change Variable Type c : Counter<String> to c : Counter<F> in method public weightsAsCounter() : Counter<F> in class edu.stanford.nlp.classify.LogisticClassifier | From | To | |
Change Variable Type attr : Map.Entry<String,Pattern> to attr : Map.Entry<String,Pair<Pattern,Pattern>> in method public nodeAttrMatch(node IndexedWord, sg SemanticGraph, ignoreCase boolean) : boolean in class edu.stanford.nlp.semgraph.semgrex.NodePattern | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type attributes : Map<String,Pattern> to attributes : Map<String,Pair<Pattern,Pattern>> in class edu.stanford.nlp.semgraph.semgrex.NodePattern | From | To |