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

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

parent 972f2605
No related branches found
No related tags found
No related merge requests found
#ifndef __FPLM2CFF__
#define __FPLM2CFF__
#include "maca_morpho_context.h"
#include "feat_model.h"
#include "feat_vec.h"
#include "dico.h"
#include "util.h"
#include "vectorize.h"
#include "fplm.h"
void create_cff(context* ctx);
void write_cff(FILE *cff, CLASS class, char* classes_array, char* form, char* morpho, feat_vec *fv, feat_model *fm, dico *dico_features);
void fplm2cff_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