package spimedb;
import org.junit.Ignore;
import org.junit.Test;
import java.io.IOException;
/**
* Created by me on 1/20/17.
*/
@Ignore //because downloading the files could consume time during a test run
public class OpenNLPTest {
@Test
public void testParse() throws IOException {
}
}