Jump to content

Feature structure

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Burschik (talk | contribs) at 14:11, 9 June 2004. 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)

In Phrase Structure Grammars, such as the Generalised Phrase Structure Grammar and the Head-Driven Phrase Structure Grammar, a feature structure is basically a list of variable assignments. As is usual, the variables have names and values, e.g. the variable named number might be assigned the value singular. The value of the variable may be either atomic, e.g. the symbol singular, or may be a feature structure itself. Often, feature structures are written as attribute value matrices, like this:

Feature structures may also be written as directed acyclic graph (DAG) with the nodes corresponding to the variable values and the paths to the variable names. Operations defined on feature structures, e.g. unification, are used extensively in Phrase Structure Grammars.