Re: Problem using SpellChecker with run time strings

2006-05-23 Thread karl wettin
On Tue, 2006-05-23 at 18:45 +0200, karl wettin wrote: > On Tue, 2006-05-23 at 10:50 -0500, James Maes wrote: > > > It seems to be related to Strings and when they are created. > > the bug where the per instance float for maximum score (accuracy) is > modified instead of using it local in the met

Re: Problem using SpellChecker with run time strings

2006-05-23 Thread karl wettin
On Tue, 2006-05-23 at 10:50 -0500, James Maes wrote: > It seems to be related to Strings and when they are created. Try to create a new instance of SpellChecker for each suggestion. Will it work? Then you have hit the bug where the per instance float for maximum score (accuracy) is modified ins