Skip to content

Add basic Odia stemming functionality#187

Open
soumendrak wants to merge 1 commit intomainfrom
codex/implement-stemmer-and-add-tests
Open

Add basic Odia stemming functionality#187
soumendrak wants to merge 1 commit intomainfrom
codex/implement-stemmer-and-add-tests

Conversation

@soumendrak
Copy link
Owner

Summary

  • provide a rule‑based stemmer
  • expose stemmer functions in package entry point
  • document stemming usage in README and docs
  • add test coverage for stemming

Testing

  • pytest -q

https://chatgpt.com/codex/tasks/task_e_685ffe2cf84c832e906bdc9a0df677c6

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jun 28, 2025

Deploying openodia with  Cloudflare Pages  Cloudflare Pages

Latest commit: 7af17ae
Status:🚫  Build failed.

View logs

@codecov
Copy link

codecov bot commented Jun 28, 2025

Codecov Report

Attention: Patch coverage is 93.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 99.06%. Comparing base (ac2db15) to head (7af17ae).

Files with missing lines Patch % Lines
openodia/stemming.py 92.85% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #187      +/-   ##
==========================================
- Coverage   99.49%   99.06%   -0.44%     
==========================================
  Files           9       10       +1     
  Lines         199      214      +15     
==========================================
+ Hits          198      212      +14     
- Misses          1        2       +1     
Flag Coverage Δ
pytest 99.06% <93.33%> (-0.44%) ⬇️

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

Files with missing lines Coverage Δ
openodia/__init__.py 100.00% <100.00%> (ø)
openodia/stemming.py 92.85% <92.85%> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ac2db15...7af17ae. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@soumendrak soumendrak self-assigned this Jun 28, 2025
@soumendrak soumendrak added the enhancement New feature or request label Jun 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

codex enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant