Skip to content

fix(scoring): treat NBSP and middle-dot as thousands separators#511

Open
marktech0813 wants to merge 1 commit into
James-CUDA:mainfrom
marktech0813:fix/507-nbsp-middot-thousands
Open

fix(scoring): treat NBSP and middle-dot as thousands separators#511
marktech0813 wants to merge 1 commit into
James-CUDA:mainfrom
marktech0813:fix/507-nbsp-middot-thousands

Conversation

@marktech0813

Copy link
Copy Markdown
Contributor

Summary

  • Map NBSP (U+00A0) and middle dot · to ASCII , in extract + normalize.
  • CI helpers included.

Fixes #507

Test plan

  • pytest tests/test_reward_nbsp_middot_thousands.py
  • CI green

Made with Cursor

1 000 (U+00A0) and 1·000 split into "000"; fold to ASCII comma (James-CUDA#507).

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

[bug] MATH grader: NBSP / middle-dot thousands (1 000 / 1·000) extract as "000"

1 participant