dca169d59a92a725318ef871535a8a90d171968f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 1 | ||
| Change Parameter Type candidatePhrases : List<CandidatePhrase> to candidatePhrases : Collection<CandidatePhrase> in method private computeSimWithWordVectors(candidatePhrases Collection<CandidatePhrase>, otherPhrases Collection<CandidatePhrase>) : Counter<CandidatePhrase> in class edu.stanford.nlp.patterns.ScorePhrasesLearnFeatWt | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter positivePhrases : Collection<CandidatePhrase> to otherPhrases : Collection<CandidatePhrase> in method private computeSimWithWordVectors(candidatePhrases Collection<CandidatePhrase>, otherPhrases Collection<CandidatePhrase>) : Counter<CandidatePhrase> in class edu.stanford.nlp.patterns.ScorePhrasesLearnFeatWt | From | To |