Text prediction engine on angular.js
Press a spacebar after a word to get autocompletions for it.

Clone the repo
git clone https://github.com/scriptnull/wordy.gitInstall a web server. I am using node.js , you can use any.
npm install -g http-server
cd path\to\wordy
http-serverIn order to use server side text prediction , you have to first download and run the scriptnull/wordy-backend project. Please refer to instructions about it on the project page.


