Derivation currently treated by the extraction process (required for the iterative analysis extraction)
List of all the interpretations that produce the same syntactic rule left part
Total number of interpretations associated to the item (and its sub-items)
| gboolean NTItemList::is_on_top |
Set to TRUE if there is no non-terminal above this in tree using a trivial rule. For example, if there is a rule:
A -> B: B.nt_item_list.is_on_top is set to FALSE;A -> B C: B.nt_item_list.is_on_top is set to TRUE.
coverage moduleMaximum (or Viterbi) probability of the item
The next item of the list (NULL if there is no item left)
Total (or inside) probability of the item
1.4.7