Smart Pad Browser N Gram Writer
A client side writing helper that predicts the next word using a transparent N Gram model.
Smart Pad uses classic N Gram language modeling to suggest the next word based on simple statistics
and Part of Speech context, without any remote model or black box behavior.
- Train instantly on custom text such as Jane Austen or Shakespeare
- Works fully offline after the page is loaded
- Built with plain JavaScript and probability tables
✦
Open Smart Pad
Originally written in Python for a bachelor thesis, now converted to JavaScript so it runs entirely in the browser.