NERsuite
1.1.1
|
00001 #ifndef _FEXT_HELPER_H 00002 #define _FEXT_HELPER_H 00003 00004 #include <vector> 00005 #include <string> 00006 #include "../nersuite/FExtor.h" 00007 00008 namespace NER 00009 { 00010 void FeatureToStringHelper(const V2_STR& feats, std::vector<std::string>& feats_str); 00011 void SetupColumnInfoHelper(COLUMN_INFO& cinfo); 00012 std::vector<std::string> CreateWordHelper(const char* beg, const char* end, const char* word, const char* lemma, const char* pos, const char* chunk, const char* dic); 00013 } 00014 00015 #endif