From 851e389dffdd6996ea32d70defb8906de80b9edc Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Mon, 14 Dec 2009 20:35:11 -0500 Subject: few small fixes of alignment tools, add new orthographic similarity feature for word aligner, final naming of directories, libraries in cdec --- src/tdict.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/tdict.h (limited to 'src/tdict.h') diff --git a/src/tdict.h b/src/tdict.h deleted file mode 100644 index 9d4318fe..00000000 --- a/src/tdict.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _TDICT_H_ -#define _TDICT_H_ - -#include -#include -#include "wordid.h" - -class Vocab; - -struct TD { - static Vocab* dict_; - static void ConvertSentence(const std::string& sent, std::vector* ids); - static void GetWordIDs(const std::vector& strings, std::vector* ids); - static std::string GetString(const std::vector& str); - static WordID Convert(const std::string& s); - static const char* Convert(const WordID& w); -}; - -#endif -- cgit v1.2.3