Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Sentiment Analysis operator #3293

Merged
merged 3 commits into from
Mar 3, 2025

Conversation

aglinxinyuan
Copy link
Collaborator

@aglinxinyuan aglinxinyuan commented Mar 2, 2025

Remove the Sentiment Analysis Operator, as the Stanford CoreNLP library is not Apache-friendly and is somewhat outdated.

In order to allow Dictionary Matcher Operator to import org.apache.lucene.analysis.en.EnglishAnalyzer, the lucene-analyzers-common dependency must be included. Previously, org.apache.lucene.analysis.en.EnglishAnalyzer was bundled with Stanford CoreNLP, but since its removal, we now need to manually add lucene-analyzers-common.

@aglinxinyuan aglinxinyuan added the dependencies Pull requests that update a dependency file label Mar 2, 2025
@aglinxinyuan aglinxinyuan self-assigned this Mar 2, 2025
@aglinxinyuan aglinxinyuan merged commit 974bbe8 into master Mar 3, 2025
8 checks passed
@aglinxinyuan aglinxinyuan deleted the xinyuan-remove-sentimentAnalysis branch March 3, 2025 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants