Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 461 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 461 Bytes

T9prefixer

T9-word style prediction engine advanced data structures sprint

Data lookup strategies

Directed Acyclic Word Graph (DAWG) for dictionary lookups

UI

run in development mode using webpack + hot reloading

npm i --dev
npm start

then navigate to localhost:8080

running tests

install tape globally

npm i -g tape

and run tests via node using tape

node <test/testfile.js>