FreeLing  4.0
Classes | Namespaces | Typedefs
chart.h File Reference
#include <list>
#include <vector>
#include <string>
#include "freeling/morfo/language.h"
#include "freeling/morfo/grammar.h"
Include dependency graph for chart.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  freeling::edge
 Class edge stores all information in a chart edge. More...
class  freeling::chart
 Class chart contains an array of cells that constitute a chart. More...

Namespaces

namespace  freeling

Typedefs

typedef std::list< edge > freeling::cell
 Class cell stores all information in a chart cell.