Class definitions

Section <CLASS> contains class definitions which may be used as attributes in the dependency labelling rules.

Each line contains a class assignation for a lemma, with two possible formats:

  class-name  lemma      comments
  class-name  "filename"   comments

For instance, the following lines assign to the class mov the four listed verbs, and to the class animal all lemmas found in animals.dat file. In the later case, if the file name is not an absolute path, it is interpreted as a relative path based at the location of the rule file.

Anything to the right of the second field is considered a comment and ignored.

mov     go      prep= to,towards
mov     come    prep= from
mov     walk    prep= through
mov     run     prep= to,towards   D.O.

animal "animals.dat"



Lluís Padró 2010-09-02