10 #define LIBTPC_UTILS_H 13 #include <uima/api.hpp> 29 const std::string& tmp_conf_files_path);
36 static std::string
decompress_gzip(
const std::string & gz_file,
const std::string& tmp_dir);
38 static std::string gettpfnvHash(uima::CAS& tcas);
40 static std::wstring getFulltext(uima::CAS& tcas);
44 #endif //LIBTPC_UTILS_H static std::string get_temp_dir_path()
Definition: Utils.cpp:22
static void write_index_descriptor(const std::string &index_path, const std::string &descriptor_path, const std::string &tmp_conf_files_path)
Definition: Utils.cpp:79
static std::string decompress_gzip(const std::string &gz_file, const std::string &tmp_dir)
Definition: Utils.cpp:37