A compilation/thesaurus of words that share the same T9 keystrokes.
Modified from Rosetta Code.
python textonyms.py
will translate a set of words to T9 keystrokes and filter for digit combinations with multiple possible words. It will then generate index.html with svg diagrams of keystrokes from this dictionary.
A dictionary of digit combinations and their respective words. This includes combinations that do not have textonyms.
{
...
"2668378": [
"convert",
"contest"
],
"7265":
"sank",
"rank"
],
"2433": [
"bide",
"agee",
"chef",
"aide"
],
"37244464": [
"dragging"
],
...
}
An analysis of the difference of words that can be produced from the same combination
...
incur,goats 5 \\ all 5 characters are different
invade,hotbed 6 \\ all 6 characters are different
itself,hurdle 5 \\ all but 1 character is different
...