Looking for Java spell checker library [closed]

Another good library is JLanguageTool http://www.languagetool.org/usage/ It has a pretty simple api and does both spelling and grammar checking/suggestions. JLanguageTool langTool = new JLanguageTool(Language.AMERICAN_ENGLISH); langTool.activateDefaultPatternRules(); List<RuleMatch> matches = langTool.check(“Hitchhiker’s Guide tot he Galaxy”); for (RuleMatch match : matches) { System.out.println(“Potential error at line ” + match.getEndLine() + “, column ” + match.getColumn() + “: ” … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)