This project aims at developing an open-source Arabic Spelling Checker to be available on the Web for helping users with correcting errors that might occur when writing Arabic texts.
1. Install any spellchecker for any language for OOo;
2. Close Openoffice.org's quickstarter if it is activate;
3. Copy the two files ar.dic & ar.aff to /usr/share/myspell/dicts/
cp ar.dic /usr/share/myspell/dicts/
cp ar.aff /usr/share/myspell/dicts/
4. Edit etc/openoffice/dictionary.lst to add:
DICT ar TN ar
5. From Tools -> options -> parameters linguistic: linguistic, Edit openoffice.org hunspell spellchecker and choose the languge arabic (tunis) [it must have the "ABC" flag].
1. From (Tools -> Extesion Manager -> Add..) locate .oxt file and installation shuold be started.
2. Restart Openoffice.org applications if necessary (includeing quickstarter if it is activate).
1. Install any spellchecker for any language for OOo;
2. Close Openoffice.org's quickstarter if it is activate;
3. Copy the two files ar.dic & ar.aff to \Program Files\OpenOffice.org 2.1\share\dict\ooo
4. Edit \Program Files\OpenOffice.org 2.1\share\dict\ooodictionary.lst to add:
DICT ar TN ar
5. From Tools -> options -> parameters linguistic: linguistic, Edit openoffice.org hunspell spellchecker and choose the languge arabic (tunis) [it must have the "ABC" flag].
- Same steps as in Linux