This experiment aims to use the MetaMap API to perform Named Entity Linking (NEL) on some text and retrieve the related medical identifiers within the text.
The project utilizes two containers:
- Data Processing Container: Responsible for processing the data.
- API Calling Container: Responsible for calling the MetaMap API.
The two containers communicate via HTTP interfaces.
The experiment parameters can be set by modifying the environment variables in the .env file.