Help: More speedup needed

darrell dgallion1 at yahoo.com
Wed Jan 22 20:38:10 EST 2003


Use the profiler.
        import profile
Find your hot spots, then if your stuck post them as smaller examples.

--Darrell



Miki Tebeka wrote:

> Hello All,
> 
> I'm writing an M.Sc. thesis in NLP. My goal is to implement Eric Brill's
> unsupervised algorithm for Hebrew (see http://www.cs.bgu.ac.il/~tebeka)
> for more details.
> 
> However on a very small set of data my application runs very slow. I did
> my best to improve the speed (minimal data types, psyco ...) but it is
> still too slow.
> 
> If you have the time and can't find something more interesting to do, grab
> http://www.cs.bgu.ac.il/~tebeka/University/tpost.tar.bz2 and try to help
> me.
> 
> Read the HELP.ME file for more details.
> 
> TIA.
> 
> Miki





More information about the Python-list mailing list