********** revision swimmer>. // Bird is a type of swimmer. swimmer>. %0.10;0.60% // Bird is probably not a type of swimmer. 1 OUT: swimmer>. %0.87;0.91% // Bird is very likely to be a type of swimmer. ********** deduction animal>. // Bird is a type of animal. bird>. // Robin is a type of bird. 5 OUT: animal>. %1.00;0.81% // Robin is a type of animal. ********** abduction competition>. // Sport is a type of competition. competition>. %0.90% // Chess is a type of competition. 5 OUT: chess>. %1.00;0.42% // I guess sport is a type of chess. OUT: sport>. %0.90;0.45% // I guess chess is a type of sport. ********* induction swimmer>. %0.90% // Swan is a type of swimmer. bird>. // Swan is a type of bird. 5 OUT: swimmer>. %0.90;0.45% // I guess bird is a type of swimmer. OUT: bird>. %1.00;0.42% // I guess swimmer is a type of bird. ********** exemplification bird>. // Robin is a type of bird. animal>. // A bird is a type of animal. 5 OUT: robin>. %1.00;0.45% // I guess animal is a type of robin. ********** conversion swimmer>. // Bird is a type of swimmer. bird>? // Is swimmer a type of bird? 4 OUT: bird>. %1.00;0.47% // I guess swimmer is a type of bird. ********** "y/n" question swimmer>. // Bird is a type of swimmer. swimmer>? // Is bird a type of swimmer? 1 OUT: swimmer>. %1.00;0.90% // Bird is a type of swimmer. ********** "wh" question swimmer>. %1.00;0.80% // Bird is a type of swimmer. swimmer>? // What is a type of swimmer? 4 OUT: swimmer>. %1.00;0.80% // Bird is a type of swimmer. ********** backward inference swimmer>. %1.00;0.80% // Bird is a type of swimmer. swimmer>? // What is a type of swimmer? 4 OUT: bird>? // What is a type of bird? OUT: ?1>? // What is the type of bird?