Talk:Last letter-first letter: Difference between revisions

Line 51:
;Concatenated names
To get the list of names I cut-n-pasted the wp table into openofice calc; selected the column and pasted it into an editor then turned it into a multi-line string that I could then names.strip().split() in Python to get each name. When told about the male and female characters still left in the names I thought I took the un-split names and removed any character that was not an ASCII alphanumeric or a space ... Oh-oh I know where I went wrong. The names were arranged as several lines of around 8 words each and I did not preserve newlines so the last word of a line and the first word of the next line would become concatenated. Sorry for that. And thanks for the hand edits - I'll update the Python in the next ~24 hours. --[[User:Paddy3118|Paddy3118]] 14:16, 8 June 2011 (UTC)
 
:With the corrections, the list of names now contains 78 entries. This results in a big search space (over 200k valid results and many orders of magnitude more sequences that must be considered earlier, before finding this "tiny remainder"), and I am not sure if that is desirable. --[[User:Rdm|Rdm]] 16:28, 8 June 2011 (UTC)
 
== Go "two interpretations of longest" ==
6,962

edits