070569d2b7bb320a27c5274f2257cd9e295d43eb
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 1
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 1 | ||
| Rename Variable allPossibleNegativePhrases : Map<String,Collection<CandidatePhrase>> to allPossiblePhrases : Map<String,Collection<CandidatePhrase>> in method package getAllPossibleNegativePhrases(answerLabel String) : Map<String,Collection<CandidatePhrase>> in class edu.stanford.nlp.patterns.ScorePhrasesLearnFeatWt | From | To | |
| Rename Attribute | 1 | ||
| Rename Attribute allPossibleNegativePhrases : Map<String,Collection<CandidatePhrase>> to allPossiblePhrases : Map<String,Collection<CandidatePhrase>> in class edu.stanford.nlp.patterns.ScorePhrasesLearnFeatWt.ChooseDatumsThread | From | To | |
| Extract Method | 1 | ||
| Extract Method package getAllPossibleNegativePhrases(answerLabel String) : Map<String,Collection<CandidatePhrase>> extracted from public choosedatums(forLearningPattern boolean, answerLabel String, wordsPatExtracted TwoDimensionalCounter<CandidatePhrase,E>, allSelectedPatterns Counter<E>, computeRawFreq boolean) : RVFDataset<String,ScorePhraseMeasures> in class edu.stanford.nlp.patterns.ScorePhrasesLearnFeatWt | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter allPossibleNegativePhrases : Map<String,Collection<CandidatePhrase>> to allPossiblePhrases : Map<String,Collection<CandidatePhrase>> in method public ChooseDatumsThread(label String, sents Map<String,DataInstance>, keys Collection<String>, forLearningPattern boolean, wordsPatExtracted TwoDimensionalCounter<CandidatePhrase,E>, allSelectedPatterns Counter<E>, wordClassClustersOfPositive Counter<Integer>, allPossiblePhrases Map<String,Collection<CandidatePhrase>>) in class edu.stanford.nlp.patterns.ScorePhrasesLearnFeatWt.ChooseDatumsThread | From | To |