From 2e605eb2745e56619b16fdbcb8095e0a6543ab27 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Wed, 3 Aug 2011 01:29:52 +0200 Subject: refactoring, cleaning up --- dtrain/util.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dtrain/util.h (limited to 'dtrain/util.h') diff --git a/dtrain/util.h b/dtrain/util.h new file mode 100644 index 00000000..6a548519 --- /dev/null +++ b/dtrain/util.h @@ -0,0 +1,28 @@ +#ifndef _DTRAIN_UTIL_H_ +#define _DTRAIN_UTIL_H_ + + +#include +#include +#include + +#include "fdict.h" +#include "tdict.h" +#include "wordid.h" + +using namespace std; + + +namespace dtrain +{ + + +void register_and_convert(const vector& strs, vector& ids); +void print_FD(); + + +} // namespace + + +#endif + -- cgit v1.2.3