FreeLing  4.0
Public Member Functions | Private Attributes
freeling::chart_parser Class Reference

Class chart_parser implements a chart parser. More...

#include <chart_parser.h>

Inheritance diagram for freeling::chart_parser:
Inheritance graph
[legend]
Collaboration diagram for freeling::chart_parser:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 chart_parser (const std::wstring &)
 Constructors.
std::wstring get_start_symbol (void) const
 Get the start symbol of the grammar.
void analyze (sentence &) const
 analyze given sentence

Private Attributes

grammar gram

Detailed Description

Class chart_parser implements a chart parser.


Constructor & Destructor Documentation

freeling::chart_parser::chart_parser ( const std::wstring &  )

Constructors.


Member Function Documentation

void freeling::chart_parser::analyze ( sentence ) const [virtual]

analyze given sentence

Implements freeling::processor.

std::wstring freeling::chart_parser::get_start_symbol ( void  ) const

Get the start symbol of the grammar.


Member Data Documentation


The documentation for this class was generated from the following file: