Skip to content
Snippets Groups Projects
Commit c4f8f22f authored by Marjorie Armando's avatar Marjorie Armando
Browse files

generate train and test files, generate cff, predict test's forms' classes

parent dafaf144
Branches
No related tags found
No related merge requests found
#ifndef __PREDICT__
#define __PREDICT__
#include "maca_morpho_context.h"
#include "feat_model.h"
#include "feat_vec.h"
#include "dico.h"
#include "util.h"
#include "vectorize.h"
#include "feature_table.h"
#include "fplm.h"
void create_predictions_file(context* ctx);
void make_prediction(FILE* predictions, char* form, char* morpho, feature_table *cfw, feat_vec *fv, dico *dico_features, feat_model *fm);
void predict_help_message(context *ctx);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment