Phone Number
Given a phone number in words, convert the number to digits.
For example, convert "six four eight three" to "6483".
SIde case's if two repeating digits than shortened them using "double" or "triple" digits.
Example : "two one nine six eight one six four six zero"
Output : "2196816460"