Birds recognition

Description

Expert system which recognize birds

Source: Building Expert Systems in PROLOG Publisher

Download

Program source code: birds_recognition.pl

Listing

order(tubenose) :-
nostrils(external_tubular),
live(at_sea),
bill(hooked).
 
order(waterfowl) :-
feet(webbed),
bill(flat).
 
family(albatross) :-
order(tubenose),
size(large),
wings(long_narrow).
 
family(swan) :-
order(waterfowl),
neck(long),
color(white),
flight(ponderous).

Comments

pl/prolog/pllib/birds_recognition.txt · ostatnio zmienione: 2019/06/27 15:50 (edycja zewnętrzna)
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0