Data Fields | |
| NTItemList * | nt_item_list |
| PrefixItemList * | prefix_item_list |
| signed long | rule |
| NTItemDerivationList * | next |
The next item of the list (NULL if there is no item left)
Reference on the last right part non-terminal that constitute the current derivation
Reference on the right part beginning that constitutes the current derivation
| 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
1.4.7