#include <string>#include <iostream>#include <boost/shared_ptr.hpp>#include <boost/unordered_map.hpp>#include <boost/foreach.hpp>#include "tpt_typedefs.h"#include "tpt_tokenindex.h"#include "ug_ttrack_base.h"#include "util/exception.hh"#include "moses/Util.h"Go to the source code of this file.
Classes | |
| class | sapt::imTtrack< Token > |
Namespaces | |
| namespace | sapt |
Defines | |
| #define | IMTTRACK_INCREMENT_SIZE 100000 |
| #define | IMTSA_INCREMENT_SIZE 1000000 |
Functions | |
| template<typename TOKEN > | |
| boost::shared_ptr< imTtrack < TOKEN > > | sapt::append (typename boost::shared_ptr< imTtrack< TOKEN > > const &crp, std::vector< TOKEN > const &snt) |
| template<typename TOKEN > | |
| boost::shared_ptr< imTtrack < TOKEN > > | sapt::append (boost::shared_ptr< imTtrack< TOKEN > > const &crp, std::vector< TOKEN > const &snt) |
| add a sentence to the database | |
| #define IMTSA_INCREMENT_SIZE 1000000 |
Definition at line 25 of file ug_im_ttrack.h.
| #define IMTTRACK_INCREMENT_SIZE 100000 |
1.5.9