OLD | NEW |
1 About Hunspell | 1 About Hunspell |
2 -------------- | 2 -------------- |
3 | 3 |
4 Hunspell is a spell checker and morphological analyzer library and program | 4 Hunspell is a spell checker and morphological analyzer library and program |
5 designed for languages with rich morphology and complex word compounding or | 5 designed for languages with rich morphology and complex word compounding or |
6 character encoding. Hunspell interfaces: Ispell-like terminal interface | 6 character encoding. Hunspell interfaces: Ispell-like terminal interface |
7 using Curses library, Ispell pipe interface, OpenOffice.org UNO module. | 7 using Curses library, Ispell pipe interface, OpenOffice.org UNO module. |
8 | 8 |
9 Hunspell's code base comes from the OpenOffice.org MySpell | 9 Hunspell's code base comes from the OpenOffice.org MySpell |
10 (http://lingucomponent.openoffice.org/MySpell-3.zip). See README.MYSPELL, | 10 (http://lingucomponent.openoffice.org/MySpell-3.zip). See README.MYSPELL, |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
170 | 170 |
171 Myspell & Hunspell dictionaries: | 171 Myspell & Hunspell dictionaries: |
172 http://wiki.services.openoffice.org/wiki/Dictionaries | 172 http://wiki.services.openoffice.org/wiki/Dictionaries |
173 | 173 |
174 Aspell dictionaries (need some conversion): | 174 Aspell dictionaries (need some conversion): |
175 ftp://ftp.gnu.org/gnu/aspell/dict | 175 ftp://ftp.gnu.org/gnu/aspell/dict |
176 Conversion steps: see relevant feature request at http://hunspell.sf.net. | 176 Conversion steps: see relevant feature request at http://hunspell.sf.net. |
177 | 177 |
178 László Németh | 178 László Németh |
179 nemeth at OOo | 179 nemeth at OOo |
OLD | NEW |