Navigation  without Java Scripts

Sentence Analyzer

Description

The file SEN_AN is a very good example of an English sentence analyzer. The program can, just like the GEOBASE example, easily be modified to be able to parse more types of sentences.
The input to the sentence analyzer is a sentence, and the output is a list of Prolog clauses, that shows all parts of the sentence that have been recognized as grammatical components: verbp (for verbphrase), nounp (for nounphrase) etc.


 

Show Source Code to the Sen_an.application.

Show Source Code to the Sen_an.application incl. cgi-support.