Jump to content

Feature structure

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Michael Hardy (talk | contribs) at 00:39, 31 December 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In phrase structure grammars, such as generalised phrase structure grammar, head-driven phrase structure grammar and lexical functional grammar, a feature structure is essentially 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.