Cambridge SMT System
|
Unit testing: cyk parser. More...
#include <googletesting.h>
#include "main.custom_assert.hpp"
#include "main.logger.hpp"
#include "params.hpp"
#include "wordmapper.hpp"
#include "addresshandler.hpp"
#include "taskinterface.hpp"
#include "defs.grammar.hpp"
#include "defs.ssgrammar.hpp"
#include "defs.cykparser.hpp"
#include "data.stats.hpp"
#include "data.grammar.hpp"
#include "data.ssgrammar.hpp"
#include "data.cykparser.hpp"
#include "task.grammar.hpp"
#include "task.ssgrammar.hpp"
#include "task.cykparser.hpp"
Go to the source code of this file.
Classes | |
struct | DataForCyK |
Public Data class with variables required by CyKParser. More... | |
Functions | |
TEST (HifstCykParserTask, basic_test) | |
Basic test for CykParserTask. More... | |
TEST (HifstCykParserTask, cykgridfunctor) | |
TEST (HifstCykParserTask, cykbpfunctor) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 194 of file hifst.task.cykparser.gtest.cpp.
TEST | ( | HifstCykParserTask | , |
basic_test | |||
) |
Basic test for CykParserTask.
Initialize all variables required to use these task classes.
Definition at line 82 of file hifst.task.cykparser.gtest.cpp.
TEST | ( | HifstCykParserTask | , |
cykgridfunctor | |||
) |
Definition at line 139 of file hifst.task.cykparser.gtest.cpp.
TEST | ( | HifstCykParserTask | , |
cykbpfunctor | |||
) |
Definition at line 163 of file hifst.task.cykparser.gtest.cpp.