Set of scripts & tools for converting between numbers and major system encoded words
Set of scripts & tools for converting between numbers and major system encoded words.
Uses phonetics instead of letters to convert, sorts by word frequency and indicates part of speech.
For an explanation of the major system, check out the wikipedia page
To learn the major system, check out my anki deck. (Github repository)
msc.go
CLI client for looking up words for a given number.
Compile using go build
, run using ./msc
.
Example:
./msc -d assets/major_system_lookup_250k.csv
Results
Resulting words are sorted by frequency (most frequent to least frequent) and styled based on their frequency and part of speech. I’m not good at designing UI, so this