Searched refs:wordList1 (Results 1 – 2 of 2) sorted by relevance
121 List<String> wordList1 = splitTextToWords(title1); in calculateTitleMatchScore() local123 if (wordList1.isEmpty() || wordList2.isEmpty()) { in calculateTitleMatchScore()126 int maxMatchedWordSeqLen = calculateMaximumMatchedWordSequenceLength(wordList1, wordList2); in calculateTitleMatchScore()129 double precision = (double) maxMatchedWordSeqLen / wordList1.size(); in calculateTitleMatchScore()
252 List<String> wordList1 = RoutineWatchEvaluator.splitTextToWords(text1); in assertMaximumMatchedWordSequenceLength() local258 wordList1, wordList2)); in assertMaximumMatchedWordSequenceLength()263 wordList2, wordList1)); in assertMaximumMatchedWordSequenceLength()