V
V
Vladislav2019-03-07 10:55:15
reverse engineering
Vladislav, 2019-03-07 10:55:15

AI to solve Morse code?

It is necessary to solve the task from the quest. Tell. Maybe someone saw some programs for solving Morse code? So that he selects words according to the dictionary, so that a conveniently readable text is obtained.
And then such a code without division into characters is not solved

Subsequence
-..-----..---.----.---.------.....--..-........--- -....---.-----...---....-..

Answer the question

In order to leave comments, you need to log in

5 answer(s)
E
Egor Kazantsev, 2019-03-07
@saintbyte

The code is not correct, it should be with pauses between letters.
And in this case, try to select from "long" letters to short ones and forget about AI

D
devalone, 2019-03-07
@devalone

IMHO, the usual brute force will do

A
Alexander Skusnov, 2019-03-07
@AlexSku

Stepik's course "Haskell, part 2" section
1.4. If you use the parser (list of pairs) as the Alternative class, then all possible parsing options will be offered.
By the way, without spaces it makes little sense to convert.
UPDATE. Confused with Alternative, it implements the First principle (the first is non-zero).

D
Denis Fedorets, 2019-03-07
@fedorez

Interesting. Although not a vital task. In reality, Morse code does not occur without gaps, I speak as a former commander of warhead communications and a former teacher of this whole business.

K
Konstantin Tsvetkov, 2019-03-07
@tsklab

Start with Enigma . Then move on to cryptanalysis .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question