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 instead of using it local in the method. Something like this: public String[] suggestSimilair(... { float accuracy = this.accuracy // add this line in } I'll pop a patch in the Jira later today. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]