Home
last modified time | relevance | path

Searched refs:wordList2 (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/recommendation/
DRoutineWatchEvaluator.java122 List<String> wordList2 = splitTextToWords(title2); in calculateTitleMatchScore() local
123 if (wordList1.isEmpty() || wordList2.isEmpty()) { in calculateTitleMatchScore()
126 int maxMatchedWordSeqLen = calculateMaximumMatchedWordSequenceLength(wordList1, wordList2); in calculateTitleMatchScore()
130 double recall = (double) maxMatchedWordSeqLen / wordList2.size(); in calculateTitleMatchScore()
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRoutineWatchEvaluatorTest.java253 List<String> wordList2 = RoutineWatchEvaluator.splitTextToWords(text2); in assertMaximumMatchedWordSequenceLength() local
258 wordList1, wordList2)); in assertMaximumMatchedWordSequenceLength()
263 wordList2, wordList1)); in assertMaximumMatchedWordSequenceLength()