Re: suggestions with confidence levels
"Amit Khemka" <[email protected]>
| Newsgroups | gmane.comp.gnu.aspell.user |
|---|---|
| Message-ID | <[email protected]> |
On 4/25/07, Amit Khemka <[email protected]> wrote: > On 4/24/07, Ethan Bradford <[email protected]> wrote: > > It doesn't do this out of the box, but if you implement patch 1489981, it > > will. > > > > Thanks :-), let me get a look ! > > cheers, Hi, finally I got the patch working with python bindings ! I have another query: Given a word and its possible suggestions how can I decide that anything with less than score 50, is a good replacement candidate ! Or say if the score of the first suggestion is 200 rather than picking that as a possible alternative i rather ignore it. May be knowing the way these scores are calculated would help, or else i guess i will have to use some heuristics. cheers, amit. ----