Hi, I used below code to perform spell check operation. String[] dictionaryPaths = {"C:\\aem\\en_us.dic","C:\\aem\\en_us.aff"};SpellChecker spellChecker = spellCheckerProvider.createSpellChecker("English",dictionaryPaths,resourceResolver); But it giving exception like com.day.cq.spellchecker.SpellCh...