Re: Natural Language Processing in Python

2009-08-15 Thread wwwayne
On Fri, 14 Aug 2009 09:31:43 -0700 (PDT), Prateek 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 -- http://mail.python.org/mailman/listinfo/python

Re: Clarity vs. code reuse/generality

2009-07-05 Thread wwwayne
On Fri, 03 Jul 2009 14:34:58 GMT, Alan G Isaac 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, xtol=epsilon) > >3. If yo

Re: Tutorials on Jinja

2009-06-29 Thread wwwayne
lan to >> >use Jinja for the same. Can anyone provide me with few quick links >> >that might help me to get started with Jinja? >> >> Perhaps the most useful link is: >> >> http://www.google.com/ >> >> from which you can easily find many more with

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

2009-03-03 Thread wwwayne
very recent paper on these: Virginia Vassilevska, Efficient algorithms for clique problems, Information Processing Letters, v.109 n.4, p.254-257, January, 2009 http://portal.acm.org/citation.cfm?id=1480733&dl=GUIDE&coll=GUIDE&CFID=25034057&CFTOKEN=54219245 I hope these leads help! wwwayne >Thanks, > >Hyunchul > -- http://mail.python.org/mailman/listinfo/python-list