Feature Model Files
Feature Model (fm) files define a collection of features that are used to describe a configuration. These features are used by the classifier to predict the next movement to execute.
Each line of a Feature Model file defines a feature. Two kind of features can be defined, simple features and complex features.
A simple feature must be selected in the list of [available features] (features).
A complex feature is made of several simple features displayed on a single line.
Here is an example of a simple fm file
b0f
s0l
s0p b0p
The two first lines of the file define simple features (the form of the current word in the buffer and the lemma of the word on top of the stacl). The second line defines a complex features composed of the part of speech of the word on top of the stack and the current word in the buffer.