|
T9
T9 Trie Word Completion Algorithm
|
Public Member Functions | |
| Pair (String word, int frequency) | |
| int | compareTo (Pair obj) |
| int | hashCode () |
| boolean | equals (Object obj) |
Package Attributes | |
| final String | word |
| final int | frequency |
Pair - a container for a String (word) and its relative frequency within the top 5K english words.
Sep 3, 2013
final int t9.trie.Pair.frequency [package] |
final String t9.trie.Pair.word [package] |