Re: Spellchecking numbers.
"Gary Setter" <[email protected]>
| Newsgroups | gmane.comp.gnu.aspell.user |
|---|---|
| Message-ID | <004a01c6aa7c$2f5f9e20$6a144a0c@pavilion> |
<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