RE: Spell checker

2004-10-21 Thread Lynn Li
Jonathan, Where can I down load your spell checker? thanks, Lynn -Original Message- From: Jonathan Hager [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 5:48 PM To: Lucene Users List Subject: Re: Spell checker I investigated how the algorithm implemented in this spell

RE: Spell checker

2004-10-21 Thread Lynn Li
Sorry, I meant where to down load your dictionary? -Original Message- From: Lynn Li Sent: Thursday, October 21, 2004 9:03 AM To: 'Lucene Users List' Subject: RE: Spell checker Jonathan, Where can I down load your spell checker? thanks, Lynn -Original Message- From: Jonathan

new version of spell checker

2004-10-21 Thread Nicolas Maisonneuve
UPDATE - sort fixed (the sort was inversed!) - set gram dynamicaly (depending of the length of the word) - use the FuzzyQuery score: ((edit distance)/(length of word)) - new Dictionary interface + LuceneDictionary and PlaintextDictionary implementation - replace addWords method by

RE: Spell checker

2004-10-20 Thread Lynn Li
Where can I download it? Thanks, Lynn -Original Message- From: Nicolas Maisonneuve [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 1:26 PM To: Lucene Users List Subject: Spell checker hy lucene users i developed a Spell checker for lucene inspired by the David Spencer code

RE: Spell checker

2004-10-20 Thread Aviran
Here http://issues.apache.org/bugzilla/showattachment.cgi?attach_id=13009 Aviran http://aviran.mordos.com -Original Message- From: Lynn Li [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 10:52 AM To: 'Lucene Users List' Subject: RE: Spell checker Where can I download

Re: Spell checker

2004-10-20 Thread Jonathan Hager
I investigated how the algorithm implemented in this spell checker compares with my simple implementation of a spell checker. First here is what my implementation looks like: //Each word becomes a single Lucene Document //To find suggestions: FuzzyQuery fquery = new FuzzyQuery(new Term(word

RE: Spell checker

2004-10-20 Thread Alexey Lef
] Sent: Wednesday, October 20, 2004 6:48 PM To: Lucene Users List Subject: Re: Spell checker I investigated how the algorithm implemented in this spell checker compares with my simple implementation of a spell checker. First here is what my implementation looks like: //Each word becomes a single

Spell checker

2004-10-11 Thread Nicolas Maisonneuve
hy lucene users i developed a Spell checker for lucene inspired by the David Spencer code see the wiki doc: http://wiki.apache.org/jakarta-lucene/SpellChecker Nicolas Maisonneuve

RE: Spell Checker

2004-07-13 Thread Wesley MacDonald
GNU aspell http://aspell.sourceforge.net Wes -Original Message- From: Lynn Li [mailto:[EMAIL PROTECTED] Sent: July 13, 2004 10:46 AM To: '[EMAIL PROTECTED]' Subject: Spell Checker Hi All, I am looking for a java spell checker, open source or not. Can anyone recommend a good one

RE: Spell Checker

2004-07-13 Thread Lynn Li
Thank you Wes. But Aspell is in C++. Can you recommend a java based? Sorry I did not specify it earlier. -Original Message- From: Wesley MacDonald [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 9:49 AM To: Lucene Users List Subject: RE: Spell Checker GNU aspell http

RE: Spell Checker

2004-07-13 Thread Natarajan.T
Hi, You know how to use Write and Write.Lock lucene java API. If u have any sample source? Regards, Natarajan. -Original Message- From: Lynn Li [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 4:03 PM To: 'Lucene Users List' Subject: RE: Spell Checker Thank you Wes. But Aspell

RE: Spell Checker

2004-07-13 Thread Wesley MacDonald
http://jazzy.sourceforge.net/ http://linux.org.mt/projects/jtextcheck/index.html Wes -Original Message- From: Lynn Li [mailto:[EMAIL PROTECTED] Sent: July 13, 2004 11:03 AM To: 'Lucene Users List' Subject: RE: Spell Checker Thank you Wes. But Aspell is in C++. Can you recommend