mosesdecoder/moses/FF/VW/VWFeatureBase.cpp
2015-01-14 11:07:42 +00:00

13 lines
318 B
C++

#include <string>
#include "VWFeatureBase.h"
namespace Moses
{
std::map<std::string, std::vector<VWFeatureBase*> > VWFeatureBase::s_features;
std::map<std::string, std::vector<VWFeatureBase*> > VWFeatureBase::s_sourceFeatures;
std::map<std::string, std::vector<VWFeatureBase*> > VWFeatureBase::s_targetFeatures;
}