Home | History | Annotate | Download | only in quicksearchbox

Lines Matching defs:scores

935         Map<String,Integer> scores = getCorpusScores();
936 List<String> observed = sortByValues(scores);
937 // Highest scores should come first
939 Log.d(TAG, "scores=" + scores);