A C library for creating T9 typing systems.
See driver/
Needs: ncurses & cmake
mkdir build
cd build
cmake ..
make -j$(nproc)
cli/main
Go to foxmoss.github.io/libt9/
None! The library requires nothing but a basic implementation of the C standard library. The CLI requires ncurses solely, but this is by no means needed to just compile the library.
Feel free to contribute!
- Punctuation
- IBus Driver
- Support for non-words
The image used as the background for the web demo was created by Matt Hardy.
Word data set is from wortschatz-leipzig.de.
The orignal driver code came from Chengtao Wang.