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

Improve camelCase into words functionality in model2owl #223

Merged
merged 4 commits into from
Oct 8, 2024

Conversation

gkostkowski
Copy link
Collaborator

f:lexicalQNameToWords function has been reimplemented to support camelCase names containing acronyms.
The following examples demonstrates output of the functions for some cases:

  • hasEPORole → has EPO Role
  • hasSomethingElse → has Something Else
  • hasVehicleID → has Vehicle ID
  • hasUUID → has UUID
  • ESPD → ESPD

Scope of changes:

  1. new implementation of the f:lexicalQNameToWords along with auxiliary private functions
  2. unit tests has been implemented
  3. existing unit tests has been updated

@gkostkowski gkostkowski merged commit d4c3cad into develop Oct 8, 2024
2 checks passed
@gkostkowski gkostkowski deleted the feature/M2O1-34 branch October 8, 2024 09:54
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