SCU FYI
- From: Brendan Murphy <bmurphy@xxxxxxxxxxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Thu, 4 Jun 2009 16:39:55 -0500
FYI,
If you are using my SCU plugin, I ran across a problem which I
wasn't aware of and I figure you also might not be aware. In the
demo application I set the suggestion level to a value of 25 and
that worked quite well for most of the cases. Someone wrote to me
and asked why a misspelled word like "ths" didn't return "this" in
the suggestion list. Well, that had my head scratching and after a
little research and talking to Wintertree, the answer is shown
below.
From Wintertree:
> Suggestion depth: The suggestion depth is an integer value ranging
> from 0 to 100. The value determines the tradeoff between time to
> locate suggestions and the quality of the suggestions produced. A
> value of 100 produces the best (most accurate) suggestions but
> takes the most time. Unfortunately, the factors listed below
> affect the depth needed to locate the best suggestion. For some
> misspellings, the correct suggestion will be located at depth 10
> and for others depth 100 is needed.
In the demo I had the suggestion level set to 25. Wintertree
suggested a minimum depth of 30. I would suggest setting it to 50
(which will be in the next version of the SCU) in your applications.
FTC Website: http://www.truenorthsoftware.com/formattedtextcontrol
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in
the subject field.
Other related posts:
- » SCU FYI - Brendan Murphy