[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Aspell-user] Spellchecking numbers.
From: |
Gary Setter |
Subject: |
Re: [Aspell-user] Spellchecking numbers. |
Date: |
Tue, 18 Jul 2006 10:08:10 -0500 |
<snip>
> I have run into an interesting issue -- it looks like all
numbers
> containing more than one digit are marked as misspelled when
using
> aspell APIs (see attached C source). However, 'aspell' the
program does
> not have this problem. I tried looking at the code, but it's
C++ and
> might as well have been Greek to me :) Could someone please
explain the
> discrepancy?
<snip>
Hi,
Take a look at CheckerImpl::next(). The loop were it skips white
space, also skips digits.
Gary