|
ZGen
0.2.0
a linearization system for natural language.
|
#include "settings.h"#include "types/instance.h"#include "utils/ioutils.h"#include "bestfirst/search/span_utils.h"#include "bestfirst/search/span_allocator.h"#include "unittest/bestfirst/fixture1.h"#include <boost/test/unit_test.hpp>Macros | |
| #define | private public |
| #define | ENGINE_ENCODE(x) eg::WordEngine::get_const_instance().encode(x) |
| #define | ENGINE_ENCODE(x) eg::PostagEngine::get_const_instance().encode(x) |
Functions | |
| BOOST_AUTO_TEST_CASE (span_utils_1) | |
| BOOST_AUTO_TEST_CASE (span_utils_2) | |
| BOOST_AUTO_TEST_CASE (span_utils_3) | |
| #define ENGINE_ENCODE | ( | x | ) | eg::WordEngine::get_const_instance().encode(x) |
| #define ENGINE_ENCODE | ( | x | ) | eg::PostagEngine::get_const_instance().encode(x) |
| #define private public |
| BOOST_AUTO_TEST_CASE | ( | span_utils_1 | ) |
| BOOST_AUTO_TEST_CASE | ( | span_utils_2 | ) |
| BOOST_AUTO_TEST_CASE | ( | span_utils_3 | ) |
1.8.6