Easy to use distributed system?

2006-08-13 Thread Jim Jones
I am looking for a system in Python that will easily allow me to distribute processes across multiple systems?So, if I have a function 'foo', I'd like to be able to call something along the lines of distribute(foo(x)) And have the system figure out which node is available for process, and t

Text Summarization

2006-07-19 Thread Jim Jones
Is there a Python library that would allow me to take a paragraph of text, and generate a one or two sentence summary of that paragraph? -- http://mail.python.org/mailman/listinfo/python-list