dimanche 19 avril 2015

Pspell doesn't work with kazakh dictionary [on hold]

I have kazakh dictionary to aspell.


Via terminal(ubuntu) the kazakh dictionary works, via pspell not works.


But, Pspell works by en, british dictionary. My code: `



<?php
$pspell = pspell_new("kk","","","utf-8");
$wors = "темір";
if(pspell_check($pspell, $wors)){
print_r($pspell);
echo "Correct";
} else {
var_dump($pspell);
echo "Mistake";
}`

Aucun commentaire:

Enregistrer un commentaire