Skip to content

shelbywilson/textonyms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T9 textonyms

https://shelby.cool/textonyms

A compilation/thesaurus of words that share the same T9 keystrokes.

Textonyms 25483 (alive, chive) and 25569 (allow, alloy)

textonyms.py

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.

output

words.json

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"
  ],
  ...
}

high_diff.txt

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
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages