-
Notifications
You must be signed in to change notification settings - Fork 377
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 tokenization of icd11 codes in redis index #1838
Comments
Hi @sainak I'd like to take on this issue |
@sainak I just noticed that his issue might conflict with another issue by @DraKen0009 #1927 |
If this issue is already not resolved, I would like to work on this issue!! |
maybe we can work on it together |
@Clemo97 unassigning due to no activity. Feel free to take it up if you'd be making a PR to solve this issue. |
@sainak Can you please take this up as a priority? |
icd11 diagnosis codes like
RA01.1
are considered as 2 tokens if the string is indexed directly (ref)so we need to escape the periods like this
RA01\.1
before indexingThe text was updated successfully, but these errors were encountered: