|
Revision 4662, 1.4 KB
(checked in by pmoura, 6 days ago)
|
|
Updated copyright notice.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.35.0 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2009 Paulo Moura. All Rights Reserved. |
|---|
| 6 | Logtalk is free software. You can redistribute it and/or modify |
|---|
| 7 | it under the terms of the "Artistic License 2.0" as published by |
|---|
| 8 | The Perl Foundation. Consult the "LICENSE.txt" file for details. |
|---|
| 9 | ================================================================ |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | To load this example and for sample queries, please see the SCRIPT.txt file. |
|---|
| 13 | |
|---|
| 14 | This folder contains an example of a bird identification expert system |
|---|
| 15 | adapted with permission from the book "Adventure in Prolog" by Amzi! inc. |
|---|
| 16 | The book is available on-line in HTML format at the URL: |
|---|
| 17 | |
|---|
| 18 | http://www.amzi.com |
|---|
| 19 | |
|---|
| 20 | Please refer to the book for more information on the original example. |
|---|
| 21 | |
|---|
| 22 | |
|---|
| 23 | The bird identification hierarchy is organized as a prototype hierarchy |
|---|
| 24 | as follows: |
|---|
| 25 | |
|---|
| 26 | <order> |
|---|
| 27 | <family> |
|---|
| 28 | <bird> |
|---|
| 29 | |
|---|
| 30 | order |
|---|
| 31 | falconiforms |
|---|
| 32 | falcon |
|---|
| 33 | peregrine_falcon |
|---|
| 34 | sparrow_hawk |
|---|
| 35 | vulture |
|---|
| 36 | california_condor |
|---|
| 37 | turkey_vulture |
|---|
| 38 | passerformes |
|---|
| 39 | flycatcher |
|---|
| 40 | ash_throated_flycatcher |
|---|
| 41 | great_crested_flycatcher |
|---|
| 42 | swallow |
|---|
| 43 | barn_swallow |
|---|
| 44 | cliff_swallow |
|---|
| 45 | purple_martin |
|---|
| 46 | tubenose |
|---|
| 47 | fulmar |
|---|
| 48 | albatross |
|---|
| 49 | black_footed_albatross |
|---|
| 50 | laysan_albatross |
|---|
| 51 | waterfowl |
|---|
| 52 | duck |
|---|
| 53 | female_mallard |
|---|
| 54 | male_mallard |
|---|
| 55 | pintail |
|---|
| 56 | goose |
|---|
| 57 | canada_goose |
|---|
| 58 | snow_goose |
|---|
| 59 | swan |
|---|
| 60 | trumpeter_swan |
|---|
| 61 | whistling_swan |
|---|