aspell-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[aspell-user] basic_list.hh


From: Nick Foster
Subject: [aspell-user] basic_list.hh
Date: Tue, 31 Jul 2001 21:19:17 +0100

Hi,

Sorry about the last post I realized soon after that it was my fault 
and no-one elses.

I have now corrected the fault and I get the following erro which I 
am sure is not mine:

If I use the sug-mode as normal I get:

bash-2.04# ./example-c en british med -s hello normal
command = s
inputword = hello
suggestmode = normal
hello
Helli
hell
hallo
hullo
Heall
he'll
hellos
Jello
jello
Halli
Heller
Holli
hallow
heller
hollow
Hall
Hill
Hull
hall
halo
heal
heel
hill
hull

But if I use the sug-mode as ultra or bad-spellers I get the 
following:

bash-2.04# ./example-c en british med -s hello ultra
command = s
inputword = hello
suggestmode = ultra
../util/basic_list.hh:49: failed assertion `prev == cur'
Abort (core dumped)

This is the same error as before I applied the patch to aspell.

Does anyone have a clue as to why this error is still appearing and 
how to fix it.

The code I use to set the sug-mode is:

strcpy(suggestmode, argv[argc-1]);
pspell_config_replace(config, "sug-mode", suggestmode);

This get the word from the command line.

Thanks

Nick
-- 
Nick Foster
mailto:address@hidden
http://www.weblocust.co.uk/



reply via email to

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