datamining .txt-files, library?

George Sakkis george.sakkis at gmail.com
Thu May 15 08:40:28 EDT 2008


On May 15, 8:27 am, globalrev <skanem... at yahoo.se> wrote:
> i have a big collection of .txt files that i want to open and parse to
> extract information.
>
> is there a library for this or maybe even built in?

This has a lot to do with how well-structured are your files and what
kind of information you hope to extract (shallow or deep). NLTK might
be a good starting point: http://nltk.sourceforge.net/

George



More information about the Python-list mailing list