Data Fields | |
LongArray * | rules_list |
BrickArray * | brick_array |
GString * | analysis |
size_t | output_shifting |
gboolean | output_indented |
AnalysisFormat | analysis_format |
Probability | probability |
Data structure used to store a particular syntactic interpretation (solution) under various representation format
GString* ParsingResult::analysis |
Interpretation represented as a character string
Defines the format of the ParsingResult::analysis_format field
Interpretation represented as a sequence of Brick
gboolean ParsingResult::output_indented |
Set if informations printed between interpretations must be indented or not
Current right shifting to append before informations printed between interpretations
Interpretation probability
Interpretation represented as a list of used rules used. Considering the analysis tree, rules are numbered from the left to the right, from the top to the bottom.