/** * Question transformation functions intended to improve later scoring. * Researchers can modify the question in unspecified ways, and thus the order * of execution of researchers matters. * Try to pick a more structured way of modifying the question if applicable. * For example, scoring should use a Scorer. * * @author Sean Gallagher */ package edu.uncc.cs.watsonsim.researchers;