On May 15, 8:27 am, globalrev <skanem...@yaho o.sewrote:
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/
On 15 Maj, 14:40, George Sakkis <george.sak...@ gmail.comwrote:
On May 15, 8:27 am, globalrev <skanem...@yaho o.sewrote:
>
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
Comment