Re: Suggest with FST

2011-11-16 Thread Dawid Weiss
I am currently working on a refactoring of FSTLookup so that either one or both of your objectives will be possible. I would still argue that storing exact scores does not make much sense (think: if you collect query logs then you probably won't differentiate between two suggestions that differ by

Suggest with FST

2011-11-16 Thread Sudarshan Gaikaiwari
Hi I am trying to implement an auto complete suggest system using FST. For my use case I cannot use FSTLookup for the following reasons. 1. I cannot construct the display string using the arc labels like FSTLookup as the display strings for autocompletion are different from the strings used as pr