Lines Matching refs:AKLOGI
52 AKLOGI("UnigramDictionary - constructor"); in UnigramDictionary()
210 AKLOGI("Max normalized score = %f", ns); in getSuggestions()
220 AKLOGI("Returning %d words", suggestedWordsCount); in getSuggestions()
226 AKLOGI("%s %i", s, frequencies[j]); in getSuggestions()
292 AKLOGI("--- TOP SUB WORDS for %d --- %d %f [%d]", i, score, ns, in getWordSuggestions()
304 AKLOGI("initSuggest"); in initSuggestions()
331 AKLOGI("Traverse count %d", totalTraverseCount); in getSuggestionCandidates()
335 AKLOGI("Abort traversing %d", totalTraverseCount); in getSuggestionCandidates()
498 AKLOGI("Dump word candidates(%d) %d", currentWordIndex, inputWordLength); in getSubStringSuggestion()
515 AKLOGI("NS(%d) = %f, Score = %d", currentWordIndex, ns, score); in getSubStringSuggestion()
526 AKLOGI("Freq(%d): %d, length: %d, input length: %d, input start: %d (%d)" in getSubStringSuggestion()
562 AKLOGI("Split %d,%d words: freq = %d, length = %d", i, currentWordIndex + 1, in getSubStringSuggestion()
565 AKLOGI("Split two words: freq = %d, length = %d, %d, isSpace ? %d", pairFreq, in getSubStringSuggestion()
592 AKLOGI("Multi words(%d), start in %d sep %d start out %d", in getMultiWordsSuggestionRec()
613 AKLOGI("Do missing space correction"); in getMultiWordsSuggestionRec()
645 AKLOGI("Do mistyped space correction"); in getMultiWordsSuggestionRec()
661 AKLOGI("--- Suggest multiple words"); in getSplitMultipleWordsSuggestions()
961 AKLOGI("Traversing was pruned."); in processCurrentNode()