Thamme Gowda created TIKA-2393:
----------------------------------
Summary: Sentiment Analysis Parser test failure: models used in
tests are moved at the source
Key: TIKA-2393
URL: https://issues.apache.org/jira/browse/TIKA-2393
Project: Tika
Issue Type: Bug
Components: parser
Environment: All
Reporter: Thamme Gowda
Assignee: Thamme Gowda
Priority: Blocker
*Background:*
We have two tests for Sentiment Analysis Parser, configured by tika cofig xml at
https://github.com/apache/tika/tree/master/tika-parsers/src/test/resources/org/apache/tika/parser/sentiment/analysis
The tests uses latest model from HEAD of master branch of
https://github.com/USCDataScience/SentimentAnalysisParser/
*Problem:*
The recent changes made to the remote repo, moved files to a different location
--> So, the URLS are now broken links
*Solution:*
Instead of using HEAD of master branch, use models from the specific git commit
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)