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

Keyword context: spelling variations #29

Open
joeflack4 opened this issue Aug 9, 2022 · 0 comments
Open

Keyword context: spelling variations #29

joeflack4 opened this issue Aug 9, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@joeflack4
Copy link
Member

joeflack4 commented Aug 9, 2022

Overview

E.g. what if CodeSystem happens to be spelled Code System.

Possible solutions:
i. Input and outputs should include a new context_spelling column. How to format that column? Currently, context is a ;-delimited list. So should we (a) make this a ;-delimited list, and add another delimiter for spelling variations? e.g. context=CodeSystem;ValueSet, context_spelling=Code System|Code Sys;. E.g. this would show here that the first item has a spelling variation we want to track, and is a |-delimited list, but nothing after the ; indicates that we don't need a spelling variation on ValueSet, (b) we could include variations in the actual context column, e.g. CodeSystem|Code System|Code Sys;ValueSet, (c) a simplification of b where we just include all spelling variations of each context in the same list, e.g. CodeSystem;Code System;Code Sys;ValueSet, (d) JSON in context_spelling column, e.g. {"CodeSystem": ["Code System", "Code Sys"]}, (e) tidy-ify our keywords GoogleSheet. That is, keywords would have multiple rows; e.g. we could have a row for every keyword / keyword spelling / context / context spelling, or something like that. Could wind up with a lot of rows, though.

Additional info

This is an expansion of the work done in #11

@joeflack4 joeflack4 self-assigned this Aug 9, 2022
@joeflack4 joeflack4 added the enhancement New feature or request label Aug 9, 2022
@joeflack4 joeflack4 removed their assignment Sep 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant