Sorry, must have removed part of my PS by accident. I meant to say
that Martin Haye posted a good description of the spelt library on the
solr list: http://markmail.org/message/cqt4qtzzwyceltqu
T
On 9 Jul 2008, at 11:40, Toby Cole wrote:
Hi,
We've been working on integrating the spelt spellchecker from XTF (http://groups.google.com/group/spelt/
) into solr, and were wondering if anyone else would find it useful.
It is currently implemented as several components:
SpeltComponent - Adds the best suggestion to the solr response as
an array
SpeltFilter & SpeltFilterFactory - Creates a filter which queues
tokens into the spelt index
SpeltHandler - Allows you to query the spellchecker directly
SpeltIndexCreationHandler - Force the creation of the spellchecking
index (typically used if you are not utilizing the post commit
listener, below)
SpeltPostCommitListener - Adds the queued words to the
spellchecking index after each commit.
The approach we have taken is pretty flexible, as it allows you to
decide when to query the spellchecker, and when to create the index.
It has been tested with a corpus of 8 million bibliographic records,
with a total of around 2.3 gig of words queued into it.
Regards, T
PS. Martin Haye
Toby Cole
Software Engineer
Semantico
Lees House, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE
T: +44 (0)1273 358 238
F: +44 (0)1273 723 232
E: [EMAIL PROTECTED]
W: www.semantico.com
Toby Cole
Software Engineer
Semantico
Lees House, Floor 1, 21-23 Dyke Road, Brighton BN1 3FE
T: +44 (0)1273 358 238
F: +44 (0)1273 723 232
E: [EMAIL PROTECTED]
W: www.semantico.com