Summary: is there any body out there that can give me a few sudgestions on what book i should look at or referance on the internet to look at to creat a chat b...
Summary: I have an assignment to get handed in im already a week late. i have a simple database in Win Prolog shown below. I have to ; Use list rules to fin...
Summary: hello, your code is counting thenumber of elements in the (most-outter) list. but i don't get what count_nested is supposed to do. if it should count ...
Summary: Hi there, This is ruzan from India doing my final year BE (Comp). we are supposed to design expert system in prolog for a mini-project. all i need is ...
Summary: Working in Prolog, I am trying to turn the compound term admitPatient(P,oncology) into zadmitPatient1(P,oncology) Is there any way sepatate the head...
Summary: hi there! ive been writing a prolog program in which the program accepts a number phrase such as "thirty one" and in respnse outp[uts the value of thi...
Summary: I'm trying to write an expert system for my coursework and it needs to have both a pretty user interface and a good reasoning engine, so I want to com...
Summary: I'm programming in prolog. The list can contain either just numbers, of lists of numbers. An example of how the program should work is: ?-sum([1,2,[3...
Summary: Hi. I am studying Scheme and Prolog right now. I have a question I hope someone can answer for me. I was wondering if someone could explain the dif...
Summary: "Settings issue? Syntactic? Low brainpower ;)?" No - Just what appears to be a very bad example (for numerate beginners like me anyway) used in some o...
Summary: hi there, im trying to write a best first search program in prolog that follows this algorithm: initially, one node (the starting state) is in the ope...
Summary: It was a long time ago, but the Prolog books I used were "Programming in Prolog" by Clocksin & Mellish, and "The Art of Prolog: Advanced Programming T...
Summary: These are Prolog Questions can you please help me in Solving them: nest(N, L) that only succeeds if L is equal to [0, [1, [2, : : : [N] : : : ]]]. sub...
Summary: Define the following predicate using accumlators. Use cut or not to eliminate multiple answers. The structure is bt(Data,LeftTree,RightTree) inordera...
Summary: I am writting a ChatBot in VB6 for a game I play and want to send it to a friend who has a Fast and reliable connection. I have used the P+D Wizard bu...
Summary: I partly agree with your teacher in that although I thought I understood programming before, once I started assembly programming I looked at everythin...
Summary: Well it depends on what you want to do - if you want to do object oriented stuff then use java, huge matrix manipulations then use matlab, recursiv...
Summary: I agree with Tom. VB, especially the new .net is not weak. I have friends (well, one who uses Linux exclusively and will program in nothing but C or S...
Summary: C++ is a good place to start, although familiarising yorself with C would be useful too. I haven't looked into C#. Java is very C like, and if you kno...
Summary: Argh...My ears my ears!!! I daresay this is the first time anybody has suggested ADA on this forum...Particularly for a File I/O task. Don't get me w...
Summary: ============================================================ Micah, To answer question/comment 1: I program in C/C++/Visual C++, Pascal/Delphi, BASI...
Summary: hello, i have a little ask-anwser system problem here:in prolog: to describe the sematic of have, give, sell..for... for example: helen has a telephon...
Summary: Dear johnson, In AI, there are areas like robotics, speech, expert systems, understanding, language and vision. I don't know For which area you want ...
Summary: Hi, im building an expert system in win-prolog that diagnoses somebody with an ilness after asking them about their symptoms. I have made the initail...