#include <chart_parser.h>
Collaboration diagram for chart_parser:
Public Member Functions | |
chart_parser (const string &) | |
Constructors. | |
string | get_start_symbol (void) const |
Get the start symbol of the grammar. | |
void | analyze (list< sentence > &) |
Parse sentences in list. | |
list< sentence > | analyze (const list< sentence > &) |
Parse sentences in list, return copy. | |
Private Attributes | |
chart | ch |
Part of the rule already matched. | |
grammar | gram |
|
Constructors.
|
|
Parse sentences in list, return copy.
|
|
Parse sentences in list.
|
|
Get the start symbol of the grammar.
|
|
Part of the rule already matched.
|
|
|