[ https://issues.apache.org/jira/browse/TIKA-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17872910#comment-17872910 ]
ASF GitHub Bot commented on TIKA-2368: -------------------------------------- THausherr commented on PR #316: URL: https://github.com/apache/tika/pull/316#issuecomment-2283813854 I think this PR can be closed because it's obsolete, the module structure has been changed, master is now main. I did some changes in "Apache Tika age recogniser" that aren't the same as yours, but may be in the same spirit. There are now only 4 security risks left. The best would be to release a new version `age-predictor-api` with all dependencies updated. But I doubt this will happen if this was part of a university project and everybody involved has moved on. > Clean up SentimentParser dependencies > ------------------------------------- > > Key: TIKA-2368 > URL: https://issues.apache.org/jira/browse/TIKA-2368 > Project: Tika > Issue Type: Improvement > Reporter: Tim Allison > Priority: Blocker > > Is there any way to avoid reliance on edu.usc.ir's sentiment-analysis-parser? > I ask because: > {noformat} > [WARNING] sentiment-analysis-parser-0.1.jar, tika-parsers-1.15-SNAPSHOT.jar > define 1 overlapping classes: > [WARNING] - org.apache.tika.parser.sentiment.analysis.SentimentParser > [WARNING] tika-core-1.15-SNAPSHOT.jar, tika-translate-1.15-SNAPSHOT.jar > define 4 overlapping classes: > [WARNING] - org.apache.tika.language.translate.DefaultTranslator$1 > [WARNING] - org.apache.tika.language.translate.EmptyTranslator > [WARNING] - org.apache.tika.language.translate.DefaultTranslator > [WARNING] - org.apache.tika.language.translate.Translator > {noformat} > We should be ok keeping things as they are and excluding SentimentParser and > tika-translate, but can we easily move the code that's still in edu.usc.ir's > package into Tika? -- This message was sent by Atlassian Jira (v8.20.10#820010)