@Override
 public void teach(final Iterable<ParseStep> step) {
   for (final ParserPickerFactory ppf : factories) {
     ppf.teach(step);
   }
 }