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

[CHORE] Remove NLP features #154

Merged
merged 4 commits into from
Jan 4, 2025
Merged

[CHORE] Remove NLP features #154

merged 4 commits into from
Jan 4, 2025

Conversation

joweich
Copy link
Owner

@joweich joweich commented Jan 4, 2025

NLP features were introduced to chat-miner around 2 years ago (b1daa4e). Since then, the field of natural language has grown significantly, with many options presenting valid approaches to extract text sentiment, e.g. LLMs.
To keep the library lean, chat-miner won't ship NLP features from v0.6.0 on.
Our dataframe-based representation of chat data may be consumed directly by any custom logic for sentiment extraction.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.11%. Comparing base (796bb3e) to head (39bf62f).
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #154   +/-   ##
=======================================
  Coverage   90.11%   90.11%           
=======================================
  Files           1        1           
  Lines         263      263           
=======================================
  Hits          237      237           
  Misses         26       26           
Flag Coverage Δ
unittests 90.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@joweich joweich merged commit 8270643 into main Jan 4, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants