ParsingChartBasis Struct Reference
[ParsingChart - Parsing chart structure module]

Parsing chart basis. More...


Data Fields

unsigned int start_column
unsigned int end_column
Weight correction_cost
LexicalEntryIndex correction_index
Morpho part_of_speech
Probability probability


Detailed Description

Parsing chart basis.

The structure allows to link the parsed sentence and the parsing chart. It connects the terminal nodes of analysis trees to the corresponding words in the processed sentence


Field Documentation

Weight ParsingChartBasis::correction_cost

The lexical correction cost required between the provided string and the covered sentence segment

LexicalEntryIndex ParsingChartBasis::correction_index

The entry index of the provided string into the vocabulary lexicon (-1 if no correction exists)

unsigned int ParsingChartBasis::end_column

The last parsing chart column covered by the provided string

Morpho ParsingChartBasis::part_of_speech

The part of speech associated to the provided string

Probability ParsingChartBasis::probability

The probability that knowing the part of speech of a word stored by the word lexicon is equal to ParsingChartBasis::part_of_speech, this word is the one provided by this structure (part of speech -> word)

unsigned int ParsingChartBasis::start_column

The first parsing chart column covered by the provided string


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