[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Aspell-user] implement hyphenation using Aspell
From: |
chenxiajian1985 |
Subject: |
Re: [Aspell-user] implement hyphenation using Aspell |
Date: |
Thu, 23 Jun 2011 10:38:47 +0800 |
hi, thanks for your reply
http://sourceforge.net/projects/hunspell/files/Hyphen/
this is the hyphenation project in hunspell. we need add other dic
(hyph_en_us.dic) to support hyphenation.
Best Regrads~
chen xiajian
2011-06-23
chenxiajian1985
发件人: Kevin Atkinson
发送时间: 2011-06-23 00:41:07
收件人: chenxiajian1985
抄送: aspell-user
主题: Re: [Aspell-user] implement hyphenation using Aspell
On Wed, 22 Jun 2011, chenxiajian1985 wrote:
> mySpell(hunspell): support hyphenation
This is incorrect. Hunspell is a spell checker, it in and of itself does
not support hyphenation. That is a separate library. If you download the
Hunspell sourcecode http://hunspell.sourceforge.net/ you will not find any
hyphenation support.
> Zemberek: we have implemented it !
> Voikko: we have implemented it !
Both of these are more than just a spell checker.