- C++ terminal application that attempts to guess your next word based on how frequent a certain word is entered. It displays the top four words, starting with the most frequent on the left side.
- FTXUI is the terminal UI library used
- It is not context-aware It only assumes the next word based on it's occurrence frequency.
- The ADT used to create links between words is a graph.
F1
for the first predicted word insertionF2
for the second predicted word insertionF3
for the third predicted word insertionF4
for the four predicted word insertionq
to quit the application