"# T9 over Salt and Pepper"
This repository contains an implementation for word prediction for T9 keypad based on a dictionary. Google's Native Client(NaCl) aka Salt and Pepper Plugin was used to provide an user interface(UI) over the browser.
The contents include
-
predictor_new.cc - a stand alone C based 9-way tree implementation for T9
-
hello_tutorial.cc - an adaptation from native client/pepper library to interface with predictor
-
hello_tutorial.html - to show a preliminary UI for T9 keyboard
-
dict.js - the javascript file used to interface between C code and html
-
*.csv files - dictionary files that contains words separated by commas
-
*.nexe files - binaries compiled for x86 using NaCl tool chain
-
nmf - Native Client Manifest file