NTItemDerivationList Struct Reference
[ParsingChart - Parsing chart structure module]

Non-terminal item derivation list. More...


Data Fields

NTItemListnt_item_list
PrefixItemListprefix_item_list
signed long rule
NTItemDerivationListnext


Detailed Description

Non-terminal item derivation list.

Todo:
to document


Field Documentation

NTItemDerivationList* NTItemDerivationList::next

The next item of the list (NULL if there is no item left)

NTItemList* NTItemDerivationList::nt_item_list

Reference on the last right part non-terminal that constitute the current derivation

Todo:
documentation to validate

PrefixItemList* NTItemDerivationList::prefix_item_list

Reference on the right part beginning that constitutes the current derivation

Todo:
documentation to validate

signed long NTItemDerivationList::rule

Index of the rule to applied to constitute the current item. A negative index represents the part of speech of the word and the absolute value corresponds to its internal code in the vocabulary lexicon. If so, prefix_item_list is set to NULL and nt_item_list references a ParsingChartBasis that stores information on the corresponding word

Todo:
documentation to validate


Generated on Thu Mar 22 17:46:31 2007 for SlpTk by  doxygen 1.4.7