From: Mike Date: 2006-04-22T02:53:57+09:00 Subject: Re: [QUIZ] Text Munger (#76) > Random playing around... > > Neo:~/Desktop$ ruby gregory_seidmans_solution.rb > test_document.txt Atchtaed is my r�sum�. > Neo:~/Desktop$ ruby gregory_seidmans_solution.rb > test_document.txt Acaehttd is my r�sum�. > Neo:~/Desktop$ ruby gregory_seidmans_solution.rb > test_document.txt Atceahtd is my r�sum�. > Neo:~/Desktop$ ruby gregory_seidmans_solution.rb > test_document.txt Ahaecttd is my r�sum�. > Keep in mind that longer words with a purely randomly munged inside will not be "readable". "Ahaecttd" takes effort to figure out that it was "Attached" before the munging. The physical process of munging is very easy (as we've seen from people reporting one line results), but modeling something that'll also produce "readable" results for all lengths of words is a bit more challenging. :) -M