386c8692ec7333e45d41d4f7a0e51744e4db4198
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Set<E> to Counter<E> in method public retainBelow(counter Counter<E>, countMaxThreshold double) : Counter<E> in class edu.stanford.nlp.stats.Counters | From | To | |
Change Variable Type | 1 | ||
Change Variable Type removed : Collection<CandidatePhrase> to removed : Counter<CandidatePhrase> in method package chooseUnknownAsNegatives(candidatePhrases Set<CandidatePhrase>, label String, percentage double, positivePhrases Collection<CandidatePhrase>, logFile BufferedWriter) : Set<CandidatePhrase> in class edu.stanford.nlp.patterns.ScorePhrasesLearnFeatWt | From | To |