Tizen 2.1 base
[external/enchant.git] / src / ispell / README
1 Ispell Enchant Backend
2
3 Ispell is as old as time. I'll bore you with the history lesson - let it
4 suffice to say that there are many forks of Ispell floating around there.
5
6 This is based off of work done by myself (Dom) and others inside of AbiWord
7 (http://www.abisource.com). It is a port of Ispell to C++, some other general
8 modifications, plus it's stateful (no static/global data). These are all good
9 things.
10
11 The current version of enchant looks for dictionary files in 2 places:
12
13 1) Global directory - this is $prefix/share/enchant/ispell/
14 2) User-local directory - this is $home/.enchant/ispell/
15
16 The user's dictionaries, if present, always take precedence over the global
17 ones.
18
19 You can grab dictionaries compatible with this version of Ispell from:
20
21 http://www.abisource.com/~fjf/
22 http://sourceforge.net/project/showfiles.php?group_id=15518&release_id=84373