aspell-user
[Top][All Lists]
Advanced

[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!



reply via email to

[Prev in Thread] Current Thread [Next in Thread]