<< Prev | - Up - | Next >> |
topdown_generator_simple.pl: our first try to build a top-down generator. Nodes on the right hand side of rules are expanded in a left to right order.
topdown_generator.pl: the improved top-down generator. Nodes on the right hand side of rules are only when they have an instantiated semantics feature.
ourEngSem_simplified.pl: the feature base grammar with semantic construction and parse tree construction. Can be parsed using active_chart_bottomup_with_features.pl
and can be used for generation with the above generators.
<< Prev | - Up - | Next >> |