Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-08-04 Thread Simon Willnauer
Hey Michael, you might fall in love with the green bar after using it for a while. If you use eclipse or some other ide including junit it so easy and powerful. You might find some help here as well: http://www.onjava.com/pub/a/onjava/2004/02/04/juie.html http://www.junit.org/news/article/index

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-08-04 Thread Chris Hostetter
: Oh boy, how embarrassing for me. I have never used any unit tests...I : know I know...don't freak out people :) I pretty much just started : really coding in Java. So, is there anyone out there who has time to : help me add these to the code? I would appreciate it and, on the plus : side, th

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-08-04 Thread Michael J. Prichard
Chris Hostetter wrote: : Sure I would love to! Can you ping me at [EMAIL PROTECTED] and : let me know what I need to do? Do I just post it to JIRA? instructions on submitting code can be found in the wiki.. http://wiki.apache.org/jakarta-lucene/HowToContribute note in particular that since

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-08-01 Thread Chris Hostetter
: Sure I would love to! Can you ping me at [EMAIL PROTECTED] and : let me know what I need to do? Do I just post it to JIRA? instructions on submitting code can be found in the wiki.. http://wiki.apache.org/jakarta-lucene/HowToContribute note in particular that since you are primarily submit

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-07-31 Thread Michael J. Prichard
Steven Rowe wrote: Michael J. Prichard wrote: Hey Otis, Sure I would love to! Can you ping me at [EMAIL PROTECTED] and let me know what I need to do? Do I just post it to JIRA? Thanks, Michael Otis Gospodnetic wrote: A good place for that in JIRA. could you put it there? We ha

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-07-31 Thread Steven Rowe
Michael J. Prichard wrote: > Hey Otis, > > Sure I would love to! Can you ping me at [EMAIL PROTECTED] and > let me know what I need to do? Do I just post it to JIRA? > > Thanks, > Michael > > Otis Gospodnetic wrote: > >> A good place for that in JIRA. could you put it there? We have a >> b

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-07-31 Thread Suba Suresh
-user@lucene.apache.org Sent: Saturday, July 29, 2006 2:51:59 PM Subject: Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer) Hasan Diwan wrote: Michael: On 7/28/06, Michael J. Prichard <[EMAIL PROTECTED]> wrote: Howdynot sure if anyone else wants this but here is my first at

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-07-31 Thread Michael J. Prichard
AIL ADDRESS: Tokenize (i.e. an EmailAnalyzer) Kewl :) I updated the Filter(for anyone interested). Actually..if anyone wants I can zip it up and send it to them...let me know. EmailFilter import org.apache.lucene.analysis.TokenStream; import org.apache.lucene.analysis.TokenFil

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-07-30 Thread Otis Gospodnetic
chard <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Sunday, July 30, 2006 1:37:57 PM Subject: Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer) Kewl :) I updated the Filter(for anyone interested). Actually..if anyone wants I can zip it up and send it to them...

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-07-30 Thread Michael J. Prichard
:) That JavaMail API is good for getting the whole email, but you then need to chop it up with your EmailAnalyzer, so you're doing the right thing. Otis - Original Message From: Michael J. Prichard <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Saturday, July 29,

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-07-29 Thread Otis Gospodnetic
ucene.apache.org Sent: Saturday, July 29, 2006 2:51:59 PM Subject: Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer) Hasan Diwan wrote: > Michael: > > On 7/28/06, Michael J. Prichard <[EMAIL PROTECTED]> wrote: > >> Howdynot sure if anyone else wants this but here is my

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-07-29 Thread Michael J. Prichard
Hasan Diwan wrote: Michael: On 7/28/06, Michael J. Prichard <[EMAIL PROTECTED]> wrote: Howdynot sure if anyone else wants this but here is my first attempt at writing an analyzer for an email address...modifications, updates, fixes welcome. Why reinvent the wheel? See http://java.sun.c

Re: EMAIL ADDRESS: Tokenize (i.e. an EmailAnalyzer)

2006-07-28 Thread Hasan Diwan
Michael: On 7/28/06, Michael J. Prichard <[EMAIL PROTECTED]> wrote: Howdynot sure if anyone else wants this but here is my first attempt at writing an analyzer for an email address...modifications, updates, fixes welcome. Why reinvent the wheel? See http://java.sun.com/products/javamail/ja