You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
Could it be that something change with the stanford dependencies?
The text was updated successfully, but these errors were encountered: