You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2017/05/18 01:59:04 UTC

[jira] [Commented] (TIKA-2368) Clean up SentimentParser dependencies

    [ https://issues.apache.org/jira/browse/TIKA-2368?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16015077#comment-16015077 ] 

Chris A. Mattmann commented on TIKA-2368:
-----------------------------------------

yeah we'll definitely work on this probably will happen post 1.15. I need to clean the whole thing up, and get the OpenNLP stuff upstream into Apache OpenNLP (including the age detection work we did too). The USC part can be thin like our other code.

> 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
(v6.3.15#6346)