Searched refs:wordList2 (Results 1 – 2 of 2) sorted by relevance
122 List<String> wordList2 = splitTextToWords(title2); in calculateTitleMatchScore() local123 if (wordList1.isEmpty() || wordList2.isEmpty()) { in calculateTitleMatchScore()126 int maxMatchedWordSeqLen = calculateMaximumMatchedWordSequenceLength(wordList1, wordList2); in calculateTitleMatchScore()130 double recall = (double) maxMatchedWordSeqLen / wordList2.size(); in calculateTitleMatchScore()
253 List<String> wordList2 = RoutineWatchEvaluator.splitTextToWords(text2); in assertMaximumMatchedWordSequenceLength() local258 wordList1, wordList2)); in assertMaximumMatchedWordSequenceLength()263 wordList2, wordList1)); in assertMaximumMatchedWordSequenceLength()