I've spent a while working on Exercise 3.3, the one involving "directTrain(saarbruecken,dudweiler)", etc. I haven't been able to solve it. I finally looked...
I haven't found the exercises in the "Learn Prolog Now!" book to be very enlightening. But I did find a set of 99 Prolog problems that I'm really getting a...
I just got a copy of "Prolog: The Standard : Reference Manual": http://www.amazon.com/gp/product/3540593047 It's a $73 (!!) paperback book, but I got a copy...
CoolTech Club and BayXP user group glad to invite you for July 12 presentation "The Business Case For Agility: The Lean - Agile Connection" by Alan Shalloway,...
I've got a simple unit testing environment set up for Prolog. Here's what I did: Get the autotest sources from here: http://www.j-paine.org/autotest.html ...
At Tuesday's meeting there was a discussion of the claim in the very last sentence in chapter 6 of "Learn Prolog Now!" that it is possible to write flatten...
To: SVP At Tuesday night's meeting I brought up a problem that was published in the EE Times (8 May 2006), which seems like a perfect fit for Prolog to solve....
Below is a solution to Exercise 3.3, the directTrain(dudweiler,rottweiler) problem. Section 8.2 of the "Prolog Programming in Depth" book by Michael Covington,...
I've defined a 'test' predicate that considerably simplifies the unit testing setup I mentioned previously. Use the following steps in place of the earlier...
The book "Prolog Programming in Depth" by Covington, Nute, and Vellino
devotes its last chapter to an excellent discussion of natural language
processing in...
I had sent this to a few people, but it occurred to me that there might be more general interest in it, so I'm posting it. ... I've been having fun working the...
In our post-meeting discussion, I offered to peek at the answer posted on the website that posed the question (www.pldesignline.com), and simply to reveal...
This Prolog program solves the 2nd Simpler Circuit Problem: 2. Create a logical circuit with three inputs, A, B and C, and an output O, where O = AND(A,B,C),...
I just got a copy of "Prolog Programming for Artificial Intelligence" (3rd ed, 2001) by Ivan Bratko. Wow! This is an impressive book, quite unlike any other...
Solving the 3rd and 4th Simpler Circuit Problems: 3. Create a logical circuit with three inputs, A, B and C, and two outputs O1 and O2, where O1 = NAND(A,B,C)...
For those of you in the San Francisco Bay Area: Save THURSDAY August 3rd FOR Ivar Jacobson on Essential Unified Process NEW LOCATION! -- See link below for...
[SPOILER ALERT: We now attempt to solve the original circuit problem from EE Times. We actually only attempt a restricted sub-problem, but anyone who's trying...