PrefixItemList Struct Reference
[ParsingChart - Parsing chart structure module]

Prefix item list. More...


Data Fields

TreeNodegrammar_node
PrefixItemDerivationListderivation_list
PrefixItemDerivationListcurrent_derivation
Counter interpretation_counter
Probability maximum_probability
Probability sum_probability
Counter ties_counter
PrefixItemListnext


Detailed Description

Prefix item list.

Todo:
to document


Field Documentation

PrefixItemDerivationList* PrefixItemList::current_derivation

Derivation currently treated by the extraction process (required for the iterative analysis extraction)

Todo:
documentation to validate

PrefixItemDerivationList* PrefixItemList::derivation_list

List of all interpretations producing this item

Todo:
documentation to validate

TreeNode* PrefixItemList::grammar_node

Node of the grammar right part tree of the available continuations of the current derivation. It's the unique item identifier

Todo:
documentation to validate

Counter PrefixItemList::interpretation_counter

Total number of interpretations associated to the item (and its sub-items)

Probability PrefixItemList::maximum_probability

Maximum (or Viterbi) probability of the item

PrefixItemList* PrefixItemList::next

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

Probability PrefixItemList::sum_probability

Total (or inside) probability of the item

Counter PrefixItemList::ties_counter

A number of ties with the most probable parse

Todo:
documentation to validate


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