Update games/scummvm to version 1.7.0
[dports.git] / textproc / enchant / pkg-descr
1 On the surface, Enchant appears to be a generic spell checking library. You
2 can request dictionaries from it, ask if a word is correctly spelled, get
3 corrections for a misspelled word, etc...
4
5 Beneath the surface, Enchant is a whole lot more - and less - than that.
6 You'll see that Enchant isn't really a spell checking library at all.
7
8 "What's that?" you ask. Well, Enchant doesn't try to do any of the work
9 itself. It's lazy, and requires backends to do most of its dirty work. Looking
10 closer, you'll see the Enchant is more-or-less a fancy wrapper around the
11 dlopen() system call. Enchant steps in to provide uniformity and conformity
12 on top of these libraries, and implement certain features that may be lacking
13 in any individual provider library. Everything should "just work" for any and
14 every definition of "just working."
15
16 WWW:    http://www.abisource.com/projects/enchant/