# Functions
Decode decodes morse code in `s` using `alphabet` mapping.
DecodeITU translates international morse code (ITU) to text.
Encode encodes clear text in `s` using `alphabet` mapping.
EncodeITU translates text to international morse code (ITU).
LooksLikeMorse returns true if string seems to be a morse encoded string.