Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 419 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 419 Bytes

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!!