FreeLing
4.0
|
#include <list>
#include <vector>
#include <string>
#include "freeling/morfo/language.h"
#include "freeling/morfo/grammar.h"
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. |