From 104aad02a868c1fc6320276d9b3b9b0e1f41f457 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sun, 27 May 2012 23:25:16 -0400 Subject: fix mapper to use common candidate set code --- training/kbest_repository.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 training/kbest_repository.h (limited to 'training/kbest_repository.h') diff --git a/training/kbest_repository.h b/training/kbest_repository.h deleted file mode 100644 index 0345394a..00000000 --- a/training/kbest_repository.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef _KBEST_REPOSITORY_H_ -#define _KBEST_REPOSITORY_H_ - -#include -#include "wordid.h" -#include "ns.h" -#include "sparse_vector.h" - -class KBestRepository { - struct HypInfo { - std::vector words; - SparseVector x; - SufficientStats score_stats; - }; - - std::vector candidates; -}; - -#endif -- cgit v1.2.3