Hi,
I want to create a search engine which will display a short text
description in the surrounding of the searched words. The problem is I
can't find the exact words in my search phrase in the results because
of stemming. Is there any way I can which words in the results were
responsible finding this particular result due to stemming?
Thanks,
Lior
Hilary Cotter - 23 Apr 2007 13:30 GMT
Microsoft's stemming algorithm is based on the Ported Stemming algorithm.
You can roll your own implementation of this, or something like this
http://www.indexserverfaq.com/sqlhithighlighting.htm
> Hi,
>
[quoted text clipped - 6 lines]
> Thanks,
> Lior
Michal Blaha - 27 Apr 2007 20:26 GMT
Hi.
I have .NET library with functionality you are looking for.
My library uses IStemmer and IWordbreaker interfaces internally and is
compatible with all languages supported be Microsoft Index server and SQL
FTX engine.
It will be available for betatesting from 05/15/2007.
If you are interested in, contact me on email michal@vyvojar.cz
Michal Blaha
Software Architect MVP
http://blog.vyvojar.cz/michal
----------------
> Hi,
>
[quoted text clipped - 6 lines]
> Thanks,
> Lior