package gr.uoa.di.webui.search;

public interface QueryEnhancer {
	
	String enhanceQuery(String query);

}
