Feature structure
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.