1.Uses an n-gram language model (bigrams and trigrams) built from common English word patterns.
2.Analyzes the last 1-2 words you typed to predict the most likely next word.
3.100% client-side -- no API calls, no data sent anywhere. All prediction runs in your browser.
4.Press Tab to accept the top suggestion, or click any chip.