Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I wrote a solution to this some time back: https://github.com/paulhankin/morse-decoder . It finds the most likely sentence based on n-gram frequencies and a dictionary, and runs a relatively fast dynamic program (it's been a while since I looked at the code, but I think linear if word lengths are bounded). Word list and n-gram frequencies aren't provided in the repo, although they're easy to find online.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: