best way to extract sentence from txt file

2011-05-17 Thread Robert Pazur
Hi all, my question is maybe quite simple: What is the best (and shortest) way to extract sentence from .txt file? Thanks in advance, Robert Pazur -- http://mail.python.org/mailman/listinfo/python-list

Re: access to some text string in PDFs

2011-05-06 Thread Robert Pazur
for line in file.xreadlines(): if "driving" in line: print(line) --- Robert Pazur Mobile : +421 948 001 705 Skype : ruegdeg 2011/5/6 Chris Rebert > On Thu, May 5, 2011 at 2:26 PM, Robert Pazur > wrote: > > Dear all, > > i would like to access s

access to some text string in PDFs

2011-05-05 Thread Robert Pazur
got some Python experience) so i really appreciate any help! Kind regards, Robert. ------- Robert Pazur -- http://mail.python.org/mailman/listinfo/python-list