Jump to content

Recursive transition network

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dreftymac (talk | contribs) at 18:50, 16 November 2006 (begin). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

A recursive transition network ("RTN") is a graph theoretical tool to represent the rules of a context free grammar. RTNs have application to programming languages, natural language and lexical analysis. Any sentence that is constructed according to the rules of a RTN is said to be "well-formed." The structural elements of a well-formed sentence may also be well-formed sentences by themselves, or they may be simpler structures. This is why RTNs are described as recursive.