[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Aspell-user] Force suggestions for properly spelled words
From: |
Brian Theado |
Subject: |
Re: [Aspell-user] Force suggestions for properly spelled words |
Date: |
Sat, 12 Nov 2005 13:28:56 -0500 |
On 11/12/05, Kevin Atkinson <address@hidden> wrote:
> Brian Theado wrote:
> > I'm interested in using the aspell suggestion algorithm
> > to find words that are similar (both phonetically and lexically) > > to a
> > given word.
>
> You can if you use the C API.
Thanks. And it looks like examples/example-c.c in the source
distribution has some code that does exactly what I'm looking for. I
will try to compile that.
Brian