diff --git a/maca_morpho/src/fplm2cff.h b/maca_morpho/src/fplm2cff.h new file mode 100644 index 0000000000000000000000000000000000000000..33b8d98a0718fda0ab6b333dd340ce4643b7b004 --- /dev/null +++ b/maca_morpho/src/fplm2cff.h @@ -0,0 +1,16 @@ +#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