CogComp/cogcomp-nlp

make MASC reader test portable

mssammon opened this issue · 1 comments

Currently MASCXCESReaderTest fails if it is run on a non-CCG machine due to a hard-coded path that points outside the project:

https://github.com/CogComp/cogcomp-nlp/blob/master/corpusreaders/src/test/java/edu/illinois/cs/cogcomp/nlp/corpusreaders/mascReaderTests/MascXCESReaderTest.java#L27

Please copy a small subset of MASC XCES files to test/resources/ and point the test there.

resolved by #650