Changes
Page history
Update cla
authored
Jun 29, 2017
by
Alexis Nasr
Show whitespace changes
Inline
Side-by-side
cla.md
View page @
d9f1310a
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
...
...
...
...