From e26434979adc33bd949566ba7bf02dff64e80a3e Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Tue, 2 Oct 2012 00:19:43 -0400 Subject: cdec cleanup, remove bayesian stuff, parsing stuff --- rst_parser/global_ff.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 rst_parser/global_ff.h (limited to 'rst_parser/global_ff.h') diff --git a/rst_parser/global_ff.h b/rst_parser/global_ff.h deleted file mode 100644 index d71d0fa1..00000000 --- a/rst_parser/global_ff.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef _GLOBAL_FF_H_ -#define _GLOBAL_FF_H_ - -#include "arc_factored.h" - -struct GFFImpl; -struct GlobalFeatureFunctions { - GlobalFeatureFunctions(); - ~GlobalFeatureFunctions(); - void PrepareForInput(const TaggedSentence& sentence); - void Features(const TaggedSentence& sentence, - const EdgeSubset& tree, - SparseVector* feats) const; - private: - GFFImpl* pimpl; -}; - -#endif -- cgit v1.2.3