Update cla authored by Alexis Nasr's avatar Alexis Nasr
The classifier description file (cla) describes all information needed to run a classifier.
It is composed of 6 sections, described below:
1. %NAME name_of_the_classifier
associates a name to the classifier
2. %D_FEATURES filename or NULL
is a dictionnary (dic) file that lists all the features defined by the classifier
3. %D_TAPES
4. %OUTPUT_TAGSET
5. %FEAT_MODEL
6. %WEIGHT_MATRIX
%NAME maca_trans_tagger
%D_FEATURES NULL
%D_TAPES tape_alphabets.dic
......
......