@Override
 public Set<Feature> getFeatures(Constituent c) throws EdisonException {
   return base.getFeatures(c);
 }