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

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

parent 121525d1
No related branches found
No related tags found
No related merge requests found
#ifndef __FPLM__
#define __FPLM__
/*everything related to the fplm file*/
typedef enum
{
TENSE, PERSON, GENDER, NUMBER
}CLASS;
int read_line_fplm(FILE* fplm, char* form, char* pos, char* lemma, char* morpho);
int choose_class(char* class);
int extract_class_position(CLASS class);
void extract_morpho_feature(CLASS class, char* morpho_feature, char* morpho);
int associate_number_to_classes(char* classes_array, char class);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment