# gnome-spell **Repository Path**: mirrors_chromium_gitlab_gnome/gnome-spell ## Basic Information - **Project Name**: gnome-spell - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Introduction ------------ Gnome Spell is GNOME/Bonobo component for spell checking. In current 0.1 version it contains GNOME::Spell::Dictionary object, which provides spell checking dictionary (see Spell.idl for exact API definition). It's based on pspell package, which is required to build gnome-spell. Dictionary object could be used for live spell checking. Look in test-spell.c or in gtkhtml/components/html-editor/spell.c for sample usage. In the future it will be expanded by implementation of GNOME::Spell::Checker object (see also Spell.idl) and also by spell checking dialog control with appropriate interface. Pspell build ------------ From my experience with pspell I recommend you build pspell/aspell this way: 1) build and install pspell 2) build and install aspell 4) build and install GNOME Spell You can get Pspell and Aspell from: http://pspell.sourceforge.net/ http://aspell.sourceforge.net/ End --- I hope you will find GNOME Spell useful. Radek Doulik