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 Enchant 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 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.

Enchant build
------------

From my experience with Enchant I recommend you to build it this way:

	1) build and install Pspell, Aspell
	2) build and install Enchant
	4) build and install GNOME Spell

You could get Enchant from:

	http://www.abisource.com/enchant/

End
---

I hope you will find the GNOME Spell usefull.

Radek Doulik <rodo@ximian.com>
