Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 5.49 KB

README.md

File metadata and controls

89 lines (66 loc) · 5.49 KB

AyaSpell Arabic Dictionary for Spellchecking

AyaSpell Arabic Dictionary for Hunspell Spellchecker

downloads downloads

Developpers: Taha Zerrouki: http://tahadz.com taha dot zerrouki at gmail dot com Collect data manually Mohamed Kebdani, Morroco < med.kebdani gmail.com>

Features value
Authors Authors.md
Release 3.7
License GPL
Tracker linuxscout/ayaspell/Issues
Website http://ayaspell.sourceforge.net
Source Github
Download sourceforge
Feedbacks Comments
Accounts @Twitter @Sourceforge

Description

Ayaspell project aims to provide Arabic dictionaries for free office applications like OpenOffice.org, Firefox, Thunderbird, abiword, gedit ...etc. This project is under GPL/LGPL/MPL tri-license. For the lexicon part of Ayaspell project, we are working to provide:

  • An Arabic spellchecker dictionary: hunspell-ar (doc:arabic/pdf). The hunspell-ar dictionary is based on Hunspell the spellchecker's OpenOffice.org project ;
  • An Arabic thesaurus dictionary: thesaurus-ar , based on MyThes, (from OpenOffice.org project) ; on web (using sinonimi )
  • An Arabic morphological lexicon: grammar-ar , for the grammar-checker ;
  • A Light Arabic spellchecker dictionary for embedded systems , like PDA, mobile phone, etc.

Thanks for their encouragement and support.

وثائق ومقالات

وثائق

  • تقديم الإصدار الأول من القاموس العربي للتدقيق الإملائي hunspell-ar (توثيق عربية/pdf)

مقالات

مذكرة ماجستير

BUILD Dictionary in multiple format

The source files are data folder as text files in Hunspell format, then we can build dictionary in format as OpenOffice/LibreOffice and Mozilla Firefox/Thunderbird

make

To build a specific format you can

  • zip:
make zip
  • LibreOffice/OpenOffice:
make libreoffice
  • Mozilla Firefox/Thunderbird:
make mozilla

The resulted files can be found in releases folder.

To modify the version, you can update $VERSION variable in Makefile file.

To clean releases use:

make clean