use of edu.illinois.cs.cogcomp.core.utilities.TextCleaner in project cogcomp-nlp by CogComp.
the class TextCleanerTest method setUp.
@Before
public void setUp() throws Exception {
ResourceManager rm = new ResourceManager(CONFIG);
textCleaner = new TextCleaner(rm);
}
Aggregations