Programming Languages BooksProlog Books

Prolog Tutorial

Advertisement

Prolog Tutorial

Prolog Tutorial

This tutorial is intended to be used to help learn the essential, basic concepts of Prolog. Chapter 1 explains the Prolog programming environment for the beginner. Chapter 2 explains Prolog syntax and many essentials of Prolog programming through the use of carefully chosen sample programs. Chapter 3 explains the operation of the underlying inference engine of Prolog. Chapter 4 gives an outlined view of the major built-in predicates of Prolog. Chapter 5 gives an outline for developing A* search programs in prolog. Chapter 6 presents a unique and extensive presentation of a logic meta-interpreter for normal logical rulebases. Chapter 7 gives an introduction to Prolog's built-in grammar parser generator, and a brief overview of how Prolog can be used to parse English (natural language) sentences. Chapter 8 shows how to implement varios prolog prototypes.

Author(s):

sNA Pages
Similar Books
Prolog Step by Step by Graeme Ritchie

Prolog Step by Step by Graeme Ritchie

This PDF covers the following topics related to Prolog : Introduction, How Do You Learn A Programming Language, Defining your own procedures, Variables, Tests, Returning results by instantiation, “Facts”, Simple tracing, Backtracking in more detail, Summary so far, Circularity and loops.

s28 Pages
Prolog implementation of a graphic tool for generation of Ada language specifications

Prolog implementation of a graphic tool for generation of Ada language specifications

The purpose of this note is to evaluate the suitability of Prolog in the implementation of a graphic tool for design and specification of Ada programs.

s70 Pages
Natural Language Processing Techniques in Prolog

Natural Language Processing Techniques in Prolog

This note covers the following topics: finite state automata, finite state parsers and transducers, finite state methods in natural language processing, recursive transition networks (RTNs), RTN transducers and ATNs, definite clause grammars, bottom up parsing, top down parsing, using bottom up and top down information for parsing, passive chart parsing, bottom-up active chart parsing, top-down active chart parsing, feature structures, parsing feature-based grammars, natural language generation- a topdown generator.

sNA Pages
Building Expert Systems In Prolog (Amzi)

Building Expert Systems In Prolog (Amzi)

Currently this section contains no detailed description for the page, will update this page soon.

s Pages
An Introduction to Logic Programming through Prolog

An Introduction to Logic Programming through Prolog

Currently this section contains no detailed description for the page, will update this page soon.

s Pages
Adventure in Prolog (Amzi)

Adventure in Prolog (Amzi)

Currently this section contains no detailed description for the page, will update this page soon.

s Pages

Advertisement