T9
T9 Trie Word Completion Algorithm
|
00001 00009 package t9; 00010 00011 import static org.junit.Assert.*; 00012 00013 import org.junit.Test; 00014 00015 public class DictionaryTest { 00016 00017 @Test 00018 public void testGetDictionary() { 00019 fail("Not yet implemented"); 00020 } 00021 00022 @Test 00023 public void testGetPrefixTrie() { 00024 fail("Not yet implemented"); 00025 } 00026 00027 }