t9
T9 Predictive Search •T9, which stands for Text on 9 keys, is a predictive text technology for mobile phones (specifically those that contain a 3x4 numeric keypad), originally developed by Tegic Communications, now part of Nuance Communications.
Install
yarn add t9
Usage
var T9Search = ;var words = 'cat' 'bot' 'catapult' 'foo';var t9 = ;t9; var prediction = t9;console; // ['cat', 'catapult']
Tip
Include the english dictionary:
var words = ;