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

Abbreviation recasing: use all abbreviations #153

Open
wants to merge 2 commits into
base: title-cleaning-updates
Choose a base branch
from

Conversation

joeflack4
Copy link
Contributor

@joeflack4 joeflack4 commented Sep 23, 2024

resolves #129

Changes

Abbreviation recasing: use all abbrevs

  • Update: Now considering all abbreviations when checking a title and uppercasing them. Previously was only looking at the first preferred symbol.
  • Update: Refactored, added comments and todos, simplified code.
  • Bug fix: Was not actually uppercasing previously. The .replace() usage was incorrect.

Results:
diff.diff.zip (also w/ .owls on google drive)

@joeflack4 joeflack4 changed the base branch from main to title-cleaning-updates September 23, 2024 04:25
@joeflack4 joeflack4 self-assigned this Sep 23, 2024
@joeflack4 joeflack4 added the bug Something isn't working label Sep 23, 2024
- Update: Now considering all abbreviations when checking a title and uppercasing them. Previously was only looking at the first preferred symbol.
- Update: Refactored, added comments and todos, simplified code.
- Bug fix: Was not actually uppercasing previously. The .replace() usage was incorrect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Capitalization of detected symbols in "Alternative title(s)" and "Included title(s)" may be incorrect
1 participant