[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Aspell-user] Using aspell programmatically
From: |
John P. Hartmann |
Subject: |
Re: [Aspell-user] Using aspell programmatically |
Date: |
Mon, 10 May 2010 16:39:05 +0200 |
On 9 May 2010 00:53, Kevin Atkinson <address@hidden> wrote:
> The aspell core should be able to handle this but I'm not sure I expose
> enough of the internals to be able to do this. You can always
> interface directly with Aspell using its native C++ API. But I offer
> absolutely no guarantee that I won't break you code between releases.
>
> Aspell can only have 1 personal dictionary, but additional dictionaries
> can be loaded bu using the add-extra-dicts option.
>
> You might want to look into using the session dictionary which you can
> clear by using aspell_speller_clear_session.
>
I found aspell_string_enumeration_clone and
aspell_string_enumeration_assign, but it looks like they don't do what
one would assume.
Then it finally dawned on me that I might as well maintain my own
addenda dictionaries. A hundred lines later and I am a happy camper.
Thanks for aspell!
- [Aspell-user] Using aspell programmatically, John P. Hartmann, 2010/05/04
- Re: [Aspell-user] Using aspell programmatically, Kevin Atkinson, 2010/05/04
- Message not available
- [Aspell-user] Using aspell programmatically, John P. Hartmann, 2010/05/04
- Re: [Aspell-user] Using aspell programmatically, Kevin Atkinson, 2010/05/04
- Re: [Aspell-user] Using aspell programmatically, John P. Hartmann, 2010/05/05
- Re: [Aspell-user] Using aspell programmatically, Kevin Atkinson, 2010/05/05
- Re: [Aspell-user] Using aspell programmatically, John P. Hartmann, 2010/05/06
- Re: [Aspell-user] Using aspell programmatically, Kevin Atkinson, 2010/05/07
- Message not available
- [Aspell-user] Using aspell programmatically, John P. Hartmann, 2010/05/08
- Re: [Aspell-user] Using aspell programmatically, Kevin Atkinson, 2010/05/08
- Re: [Aspell-user] Using aspell programmatically,
John P. Hartmann <=
- Re: [Aspell-user] Using aspell programmatically, Ciarán Ó Duibhín, 2010/05/06