Skip to content

Commit

Permalink
add more names to recon_name_to_types.json (#1443)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
chejennifer authored Nov 1, 2024
1 parent a52ae3e commit c2375ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion internal/store/files/recon_name_to_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,7 @@
"disease": ["Disease", "MeSH Descriptor"],
"cui": ["Gene"],
"prevalence": ["MeSH Descriptor"],
"genetic": ["MeSH Descriptor"]
"genetic": ["MeSH Descriptor"],
"o": ["Drug"],
"no": ["Drug"]
}

0 comments on commit c2375ce

Please sign in to comment.