ZGen
0.2.0
a linearization system for natural language.
|
#include <boost/tuple/tuple.hpp>
#include <boost/tuple/tuple_comparison.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/archive/text_oarchive.hpp>
Go to the source code of this file.
Classes | |
struct | ZGen::BestFirst::BigramScore |
struct | ZGen::BestFirst::TrigramScore |
Namespaces | |
ZGen | |
ZGen::BestFirst | |
Typedefs | |
typedef int | ZGen::BestFirst::UnigramScore |
typedef UnigramScore | ZGen::BestFirst::us_t |
typedef BigramScore | ZGen::BestFirst::bs_t |
typedef TrigramScore | ZGen::BestFirst::ts_t |