Skip to content

dpastoor/T9prefixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published