Skip to content
Snippets Groups Projects
Commit 45ce3f34 authored by Radosław Warzocha's avatar Radosław Warzocha
Browse files

Classify header

parent 00fc6200
No related merge requests found
......@@ -15,8 +15,21 @@
#ifndef WCRFT_CLASSIFY_H
#define WCRFT_CLASSIFY_H
#include <map>
#include <crfpp.h>
#include "config.h"
#include "corpusio.h"
namespace Wcrft {
std::map<std::string, std::ofstream&> open_training_files(std::string model_name, std::string data_dir, Layers layers);
void close_training_files(std::map<std::string, std::ofstream&> training_files);
//void write_example(std::ofstream& training_file, std::string
void open_sentence();
}
#endif // WCRFT_CLASSIFY_H
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment