zalandoresearch/zap

Test Failure during mvn install

Opened this issue · 0 comments

Hi, I am trying to test this tool but there seem to be issues regarding stanfordCoreNLP. Actually even by just cloning this repo and executing mvn install it throws an error:

Tests in error: 
  tokenizeSpanish(zalando.analytics.parser.wrappers.TestTokenizerWrapper): argsToProperties could not read properties file: StanfordCoreNLP-spanish.properties
  tokenizeFrench(zalando.analytics.parser.wrappers.TestTokenizerWrapper): argsToProperties could not read properties file: StanfordCoreNLP-french.properties
  tokenizeGerman(zalando.analytics.parser.wrappers.TestTokenizerWrapper): argsToProperties could not read properties file: StanfordCoreNLP-german.properties
  testParseGerman(zalando.analytics.parser.wrappers.TestPipelineWrapper): argsToProperties could not read properties file: StanfordCoreNLP-german.properties
  testParseEnglish(zalando.analytics.parser.wrappers.TestPipelineWrapper): Error while loading a tagger model (probably missing model file)

Tests run: 35, Failures: 0, Errors: 5, Skipped: 4

Could it be that something change with the stanford dependencies?