Re: Natural Language Processing in Python

2009-08-15 Thread wwwayne
On Fri, 14 Aug 2009 09:31:43 -0700 (PDT), Prateek prateekkakir...@gmail.com wrote: Hi, Can somebody please provide me link to a good online resource or e- book for doing natural language processing programming in Python. Thanks, Prateek http://www.nltk.org/book --

Re: Clarity vs. code reuse/generality

2009-07-05 Thread wwwayne
On Fri, 03 Jul 2009 14:34:58 GMT, Alan G Isaac alan.is...@gmail.com wrote: On 7/3/2009 10:05 AM kj apparently wrote: === 8 === 2. from scipy.optimize import bisect def _binary_search(lo, hi, func, target, epsilon): def f(x): return func(x) - target return bisect(f, lo, high,

Re: Tutorials on Jinja

2009-06-29 Thread wwwayne
that helps? wwwayne Thanks, Saby Thanks (Sir!). I was hoping to get some good tutorial on implementation (which I wasn't able to find with a basic search - http://dev.pocoo.org/projects/lodgeit/ is what I was referring to earlier) as this is my first assignment on any template engine

Re: how to find all completely connected sub-graphs?

2009-03-03 Thread wwwayne
problems, Information Processing Letters, v.109 n.4, p.254-257, January, 2009 http://portal.acm.org/citation.cfm?id=1480733dl=GUIDEcoll=GUIDECFID=25034057CFTOKEN=54219245 I hope these leads help! wwwayne Thanks, Hyunchul -- http://mail.python.org/mailman/listinfo/python-list