config.get("postprocess"));
plugins.put(config.get("id"), plugin);
}
plugins.put("overall", new OverallRecommendationPlugin("overall"));
this.defaults = prop.getAsStringArray("recommendation_plugin.default");
this.qsLabel = new QuerableString(prop.getProperty("recommendation_plugin.label_pattern"),
prop.getAsStringArray("recommendation_plugin.label_component"));
this.qsComment = new QuerableString(prop.getProperty("recommendation_plugin.comment_pattern"),