|
Change Parameter Type allPossibleNegativePhrases : Collection<CandidatePhrase> to allPossibleNegativePhrases : Map<String,Collection<CandidatePhrase>> in method private computeSimWithWordVectors(candidatePhrases List<CandidatePhrase>, positivePhrases Collection<CandidatePhrase>, allPossibleNegativePhrases Map<String,Collection<CandidatePhrase>>, label String) : Counter<CandidatePhrase> in class edu.stanford.nlp.patterns.ScorePhrasesLearnFeatWt |
From |
To |
|
Change Parameter Type allPossibleNegativePhrases : Collection<CandidatePhrase> to allPossibleNegativePhrases : 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>, allPossibleNegativePhrases Map<String,Collection<CandidatePhrase>>) in class edu.stanford.nlp.patterns.ScorePhrasesLearnFeatWt.ChooseDatumsThread |
From |
To |
|
Change Parameter Type knownNegativePhrases : Collection<CandidatePhrase> to knownNegativePhrases : Map<String,Collection<CandidatePhrase>> in method public ComputeSim(label String, candidatePhrases List<CandidatePhrase>, allMaxSim AtomicDouble, positivePhrases Collection<CandidatePhrase>, knownNegativePhrases Map<String,Collection<CandidatePhrase>>) in class edu.stanford.nlp.patterns.ScorePhrasesLearnFeatWt.ComputeSim |
From |
To |
|
Change Parameter Type knownNegativePhrases : Collection<CandidatePhrase> to knownNegativePhrases : Map<String,Collection<CandidatePhrase>> in method package chooseUnknownAsNegatives(candidatePhrases Set<CandidatePhrase>, label String, percentage double, positivePhrases Collection<CandidatePhrase>, knownNegativePhrases Map<String,Collection<CandidatePhrase>>, logFile BufferedWriter) : Set<CandidatePhrase> in class edu.stanford.nlp.patterns.ScorePhrasesLearnFeatWt |
From |
To |