Hello,
I am working on a project that involves converting medical terms into corresponding database IDs. For various terms, I aim to map them to specific ontologies, and I plan to use the output for further processing.
I am seeking R or Python packages that can facilitate this conversion. However, my input terms may not always be precise, so I require tools that support fuzzy matching and can return results sorted by similarity in descending order.
Currently, I am using the R package rols, which offers keyword matching but lacks comprehensive fuzzy search capabilities.
If you have any insights or can recommend better approaches, I would greatly appreciate your assistance.