This program gets all the words that share morse code with the input and are contained in "10000-english.txt". It also returns the number of combinations that are not in the list.
Example of use.
Input "Man"
The morse code [man] '--'.-'-.'
Can be one of the following words in English:
gg: '--.'--.'
man: '--'.-'-.'
mate: '--'.-'-'.'
mp: '--'.--.'
And 25 other combinations...