Re: Burrows-Wheeler (BWT) Algorithm in Python

2005-11-03 Thread DENG
thanks very much Michael i'll try your implementation, i hope i can improve it after i understand all the theory:) cheers -- http://mail.python.org/mailman/listinfo/python-list

Re: Burrows-Wheeler (BWT) Algorithm in Python

2005-11-03 Thread Michael J. Fromberger
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Michael J. Fromberger: > > I can send you a Python implementation I wrote, if you like; but if > > you're interested in better understanding how the transform works, > > I would recommend you try writing your own implementation. > > I'

Re: Burrows-Wheeler (BWT) Algorithm in Python

2005-11-03 Thread bearophileHUGS
Michael J. Fromberger: > I can send you > a Python implementation I wrote, if you like; but if you're interested > in better understanding how the transform works, I would recommend you > try writing your own implementation. I'd like to see it, if you want you can put it somewhere or send it direc

Re: Burrows-Wheeler (BWT) Algorithm in Python

2005-11-02 Thread Michael J. Fromberger
In article <[EMAIL PROTECTED]>, "DENG" <[EMAIL PROTECTED]> wrote: > Hi, all > > I've used Python Bz2 module for times and want to kown something about > Burrows-Wheeler (BWT) algorithm, the Bz2 module is wrriten in C, is > there a version in Python too? > > BWT > http://gatekeeper.dec.com/pub/D