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/ff_csplit.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 src/ff_csplit.h (limited to 'src/ff_csplit.h') diff --git a/src/ff_csplit.h b/src/ff_csplit.h deleted file mode 100644 index c1cfb64b..00000000 --- a/src/ff_csplit.h +++ /dev/null @@ -1,39 +0,0 @@ -#ifndef _FF_CSPLIT_H_ -#define _FF_CSPLIT_H_ - -#include - -#include "ff.h" - -class BasicCSplitFeaturesImpl; -class BasicCSplitFeatures : public FeatureFunction { - public: - BasicCSplitFeatures(const std::string& param); - protected: - virtual void TraversalFeaturesImpl(const SentenceMetadata& smeta, - const Hypergraph::Edge& edge, - const std::vector& ant_contexts, - SparseVector* features, - SparseVector* estimated_features, - void* out_context) const; - private: - boost::shared_ptr pimpl_; -}; - -class ReverseCharLMCSplitFeatureImpl; -class ReverseCharLMCSplitFeature : public FeatureFunction { - public: - ReverseCharLMCSplitFeature(const std::string& param); - protected: - virtual void TraversalFeaturesImpl(const SentenceMetadata& smeta, - const Hypergraph::Edge& edge, - const std::vector& ant_contexts, - SparseVector* features, - SparseVector* estimated_features, - void* out_context) const; - private: - boost::shared_ptr pimpl_; - const int fid_; -}; - -#endif -- cgit v1.2.3