On Tue, 12 Jul 2005 23:07:07 -0500, Terry Hancock <[EMAIL PROTECTED]> wrote:
>On Monday 11 July 2005 08:53 pm, Bengt Richter wrote:
>> On Tue, 12 Jul 2005 10:12:33 +1000, John Machin <[EMAIL PROTECTED]> wrote:
>> >Bengt Richter wrote:
>> >> for x in (x for x in seq if x is not None):
>> >Byzan
Thanks for informing me about NLTK. I'll certainly look into it and
other options. Hope my dream doesn't go into the graves.
Godwin Burby
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for providing me with all those informative links about NLTK nad
CNL. I'll certainly look into it.
--
http://mail.python.org/mailman/listinfo/python-list
Hugh Macdonald wrote:
> PyMethodDef *callbackFunctionDef = new PyMethodDef;
> callbackFunctionDef->ml_name = "doLoadCallback";
> callbackFunctionDef->ml_meth = &myPython_doLoadCallback;
> callbackFunctionDef->ml_flags = 1;
I think this gives a memory leak. I was rather thinking of
On 7/13/05, Jorey Bump <[EMAIL PROTECTED]> wrote:
> >>> Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
> >>>
> >>> The larch!
>
> IT'S A TREE
... not a shrubbery?
--
http://mail.python.org/mailman/listinfo/python-list
201 - 205 of 205 matches
Mail list logo