MindForth as a natural-language (NL) comprehension system In the MindForth artificial general intelligence (AGI) system, natural-language (NL) generation and...
Hi to all ...many thanx to George Hubert for the amzing help on my project which is avail for free download ..source also avail... My software now compiles and...
Looking for a spell checker I can either include in my forth programs or at least call from inside forth. To be more specific I want to do spell checking on...
... Your artificial Forthmind at http://aimind-i.com is perhaps where you would like to install or access a spell checker. I don't know how to do a spell ...
... Try http://www.developerfusion.com/product/337/spell-checker/2/ or a search on spelling dll; there are plenty out there. -- Regards Alex McDonald...
I have updated CommandWindow.f Only the text that is visible is painted, not the whole text buffer, and the scroll range is calulated more efficiently. The...
Hi Rod, Nice that you did not gave up! I could not resist to run a few tests.... The most difficult one is ~\win32forth\demos\taskdemo.f Demo2 seems to be...
... that's right. ... Demo1 is crashing with the new and the old version of CommandWindow.f on my system. ... Dirk BTW: I saw the Erza made some enhancment's...
... Curious! I find that if the window has sufficient height to display all the information then it works Ok. When the height is reduced so that the winow...
... TaskDemo.f seems to work OK now with the new console. I have updated the CVS. GOTOXY was causing the window to be scrolled, which was unnecessary, and I...
MindForth Programming Journal - wed20may2009 1. Wed.20.MAY2009 -- AI MINDS FOR CONSCIOUS ROBOTS So many robots need to have an AI Mind installed, and since ...
Hello Mr. Murray, I like reading the news of your advances in AI Have you decided to concentrate on using Forth or do you still translate the Forth results to...
... Thank you for that message of encouragement :-) ... I am indeed concentrating on using Forth and I have no plans of abandoning Forth. I would like to have ...
Hi Jos, What problems are you finding with minuteman.f ? I get 5 lines and it seems to works the same as with v6.12 I have tried it on XP and Vista. Rod...
two reactions 1/ Would it not be nice to introduce the "is-a" concept in forth itself and write every childwindow is-a window in stead of ... or every banana...
... Hi Jos, Could you try adding: Update: self and WinPause (one at at a time) at the end of OverwriteTextAtXY: in CommandWindow.f to see if one or the other...
Hi Rod, Thank you for the solution. Changing OverwriteTextAtXY solved the problem. Found a new problem: After a while I changed the width of the console in...
Hi Jos, So what is the smallest change needed - is Update: self enough on its own or is WinPause enough ? The text wraps if it is longer than the width of the...
Hi Dirk, It seems you are right. I tested the changed OverwriteTextAtXY again then it did not work. The other changes Rod suggested did also not work. Quite a...
Hi Jos, Having finally managed to see your problem with the missing line I have now fixed it. I found a bug in cls: which caused the initial ScrollRange to be...
Hi Rod, The bug seems to be gone as far as I could test . It must have been quite hard since you did not get the problem. Thank you for your efforts. Nice...