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
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