//CodeIgniter Setup
ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR .APPPATH . 'libraries/');
require "phpspellcheck/include.php";
...
$mySpell->InstallationPath = "/system/application/libraries/phpspellcheck/";
require "phpspellcheck/include.php" ;
...
$spellcheckObject -> DictionaryPath =("../system/application/libraries/phpspellcheck/dictionaries/");
Author : Kengo!
If anyone needs further CodeIgniter Integration - we are happy to help. Contact us with your needs.