Adds a collection of features that correspond to Levin's verb classes, as defined in
"English Verb Classes And Alternations: A Preliminary Investigation"
This class assumes the existence of a file called verbClass.txt in the class path. If the
input constituent has an attribute called PredicateArgumentView.LemmaIdentifier
, it
treats the attribute as the lemma of the verb. This lemma is used to index Levin's list and the
corresponding verb classes are returned as discrete features. If the lemma is not present in the
list, then the feature set contains a single feature: "unknown". If the input constituent doesn't
have the required attribute, an empty feature set is returned.