/T9_Predictive_Text

A T9 predictive text engine using a trie.

Primary LanguageJavaThe UnlicenseUnlicense

Beep Boop

A T9 predictive text engine using a trie.

Usage:

  1. clone the repository,
  2. download any file of line-separated words, link to the one I used included here and in the code,
  3. update path to words file on line 135 in the main function,
  4. cd to directory, compile the code and run it on the command line!!