Re: Analysis Engines for mbox like data

2011-02-14 Thread Tommaso Teofili
I agree with Jorn, I think that's the faster way. Tommaso 2011/2/14 Jörn Kottmann > On 2/14/11 4:49 AM, Radhouane Aniba wrote: > >> Hello everyone, >> >> Quite unusual request to this list, I am wondering if there is any >> analysis >> engine that allow to mine MBOX like formats such as the famo

Re: Analysis Engines for mbox like data

2011-02-14 Thread Jörn Kottmann
On 2/14/11 4:49 AM, Radhouane Aniba wrote: Hello everyone, Quite unusual request to this list, I am wondering if there is any analysis engine that allow to mine MBOX like formats such as the famous mailman mailing list archives in a way that it allow to structure these kind of data into messages

RE: Analysis Engines for mbox like data

2011-02-14 Thread jochen.leidner
guage. Regards Jochen -Original Message- From: Radhouane Aniba [mailto:arad...@gmail.com] Sent: Montag, 14. Februar 2011 04:49 To: uima-user Subject: Analysis Engines for mbox like data Hello everyone, Quite unusual request to this list, I am wondering if there is any analysis engine

Re: Analysis Engines for mbox like data

2011-02-14 Thread Thilo Götz
Not sure where you want to go with this, but one approach might be to preprocess your data into some better structured format, and only start your UIMA analysis after you've done that. I have used a project called mstor on sourceforge to process mbox files, and then you can use javamail to get at

Analysis Engines for mbox like data

2011-02-13 Thread Radhouane Aniba
Hello everyone, Quite unusual request to this list, I am wondering if there is any analysis engine that allow to mine MBOX like formats such as the famous mailman mailing list archives in a way that it allow to structure these kind of data into messages-replies ? If anyone have already treated th