From c2375ce863d9e78975346e8c26b94b5ac4daa870 Mon Sep 17 00:00:00 2001 From: chejennifer <69875368+chejennifer@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:25:07 -0700 Subject: [PATCH] add more names to recon_name_to_types.json (#1443) we added a new property (drugTradeName) to recognize its values as an entity, but some of those values are generic words. To control for when we recognize those generic words as an entity, adding them to this recon_name_to_types.json file --- internal/store/files/recon_name_to_types.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/internal/store/files/recon_name_to_types.json b/internal/store/files/recon_name_to_types.json index 537a48aaf..308111def 100644 --- a/internal/store/files/recon_name_to_types.json +++ b/internal/store/files/recon_name_to_types.json @@ -156,5 +156,7 @@ "disease": ["Disease", "MeSH Descriptor"], "cui": ["Gene"], "prevalence": ["MeSH Descriptor"], - "genetic": ["MeSH Descriptor"] + "genetic": ["MeSH Descriptor"], + "o": ["Drug"], + "no": ["Drug"] } \ No newline at end of file