Jump to content

Recursive transition network

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by DoebLoggs (talk | contribs) at 12:48, 4 December 2019 (Reverted edits by 59.93.49.235 (talk) to last version by Fadesga). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A recursive transition network for "fancy nouns". Note that recursion is created by the nodes labelled "Fancy noun".

A recursive transition network ("RTN") is a graph theoretical schematic used 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 an RTN[1] 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.

Notes and references

  1. ^ A sentence is generated by a RTN by applying the generative rules specified in the RTN itself. These represent any set of rules or a function consisting of a finite number of steps.

See also