Re: spellcheck suggestion ordering and distance measures

2010-03-30 Thread Rob Casson
> 2) i'm not entirely clear on the order in which suggestions are > returned. for a search of "porgrams" against a subset of my data, i > get these suggestions...i've added my own levenshtein calculations, > provided they're correct: > > program: 3 > pulgram: 3 > porras: 2 > portrai

spellcheck suggestion ordering and distance measures

2010-03-30 Thread Rob Casson
poking around at the spellcheck component, and have a couple questions: 1) is there a way to return the distance measure with spellcheck.extendedResults? haven't poked too closely at the source, but it might be useful. 2) i'm not entirely clear on the order in which suggestions are returned. for