SearchEngine
|
|
appearance as argument number 1 |
(documentation SearchEngine EnglishLanguage "A computer program that retrieves documents or files or data from a database or from a computer network (especially from the internet).") | UXExperimentalTerms.kif 2362-2363 | |
(subclass SearchEngine ComputerProgram) | UXExperimentalTerms.kif 2360-2360 |
appearance as argument number 2 |
(instance PubMed SearchEngine) | Medicine.kif 4939-4939 | |
(termFormat EnglishLanguage SearchEngine "search engine") | UXExperimentalTerms.kif 2365-2365 |
consequent |
(=> (instance ?BM BestMatchAlgorithm) (hasPurpose ?BM (exists (?SEARCHENGINE) (and (instance ?SEARCHENGINE SearchEngine) (agent ?BM ?SEARCHENGINE))))) |
UXExperimentalTerms.kif 2277-2283 | |
(=> (instance ?QUERY SearchQuery) (exists (?QUESTION ?SEARCHENGINE) (and (instance ?QUESTION Questioning) (result ?QUESTION ?QUERY) (destination ?QUESTION ?SEARCHENGINE) (instance ?SEARCHENGINE SearchEngine)))) |
UXExperimentalTerms.kif 2417-2424 |