Birds

Description

Knowledge base for expert system which recognize birds

Source: Building Expert Systems in PROLOG Publisher

Download

Program source code: birds.pl

Listing

bird(laysan_albatross):-
family(albatross),
color(white).
 
bird(black_footed_albatross):-
family(albatross),
color(dark).
 
bird(whistling_swan) :-
family(swan),
voice(muffled_musical_whistle).
 
bird(trumpeter_swan) :-
family(swan),
voice(loud_trumpeting).

Comments

pl/prolog/pllib/birds.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