Re: [python-uk] word chains: impossible ones

2012-06-16 Thread Carles Pina i Estany
Hi, On Jun/16/2012, Carles Pina i Estany wrote: > > How about: > > ems -> emu -> emo -> ego -> ago > > > > Got to admit that it took the online OED to come up with emo but it is > > in there. I also have to admin: I saw this mail in the mobile and during the afternoon I was thinking... di

Re: [python-uk] word chains: impossible ones

2012-06-16 Thread Carles Pina i Estany
Hi, On Jun/16/2012, Gadget/Steve wrote: > On 16/06/2012 12:54 PM, Carles Pina i Estany wrote: > > Hi, > > > > I've re-implemented the wordchain of my team. > > > > Using the dictionary that I have here, it seems that there are only two > > words unconnected to the rest

Re: [python-uk] word chains: impossible ones

2012-06-16 Thread Gadget/Steve
On 16/06/2012 5:18 PM, Nicholas H.Tollervey wrote: > > > > How about: ems -> emu -> emo -> ego -> ago > > > Obviously, neither the dojo nor /usr/share/dict/words contain hormonal > truculent teenagers with floppy hair. > > ;-) > > N. > ___ > python-u

Re: [python-uk] word chains: impossible ones

2012-06-16 Thread Nicholas H.Tollervey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > How about: ems -> emu -> emo -> ego -> ago > Obviously, neither the dojo nor /usr/share/dict/words contain hormonal truculent teenagers with floppy hair. ;-) N. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Us

Re: [python-uk] word chains: impossible ones

2012-06-16 Thread Gadget/Steve
On 16/06/2012 12:54 PM, Carles Pina i Estany wrote: > Hi, > > I've re-implemented the wordchain of my team. > > Using the dictionary that I have here, it seems that there are only two > words unconnected to the rest of the 3 letter words: > *emu > *ems > > Everything else is connected :-) > > (an

Re: [python-uk] word chains: impossible ones

2012-06-16 Thread Carles Pina i Estany
Hi, A bit in a hurry but code is here: http://git.pinux.info/?p=misc.git;a=tree;f=wordchain;h=dd945993ebd27f7a372e2a05da1ad09145f2eba1;hb=HEAD Generated image: http://git.pinux.info/?p=misc.git;a=blob_plain;f=wordchain/graphic.png;hb=HEAD The dictionary has 99156 words, which is quite good. Or:

Re: [python-uk] word chains: impossible ones

2012-06-16 Thread Tom Viner
That's a nice discovery Carles! Or do you just have a ridiculously unfairly gigantic dictionary? Have you uploaded your code (and dictionary?) somewhere? We could include it in the dojo github repo or more likely if you have you're own hosting, just fork our readme and add a link. Cheers, Tom On

[python-uk] word chains: impossible ones

2012-06-16 Thread Carles Pina i Estany
Hi, I've re-implemented the wordchain of my team. Using the dictionary that I have here, it seems that there are only two words unconnected to the rest of the 3 letter words: *emu *ems Everything else is connected :-) (and emu and ems obviously are connected) So, if my dictionary is ok and