Data Fields | |
unsigned int | start_column |
unsigned int | end_column |
Weight | correction_cost |
LexicalEntryIndex | correction_index |
Morpho | part_of_speech |
Probability | probability |
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
The lexical correction cost required between the provided string and the covered sentence segment
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
The part of speech associated to the provided string
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