Hello everyone,
I'm trying to implement full-text search for the albanian language. What's
the best way to implement it?
Based on my current understanding the most feasible way is to:
1. Use one of the supported lnaguages, for example Turkish.
2. Replace noisy words of Turkish with Albanian noisy words.
3. Replace thesaurus of Turkish with Albanian thesaurus.
4. ??? Modify word breaker of turkish with a custom word breaker for
albanian (not sure about this step).
Any suggestions is appreciated.
Thanx,
Albert
Hilary Cotter - 11 Jun 2008 15:22 GMT
You are correct this is the best approach.
You might want to review the following for info on how to write a word
breaker.
http://msdn.microsoft.com/en-us/library/ms693176(VS.85).aspx
http://msdn.microsoft.com/en-us/library/ms693216(VS.85).aspx
> Hello everyone,
> I'm trying to implement full-text search for the albanian language. What's
[quoted text clipped - 11 lines]
> Thanx,
> Albert