-
Notifications
You must be signed in to change notification settings - Fork 7
Concepts
Ben Knoll edited this page Jan 13, 2023
·
1 revision
- Create a subset of the UMLS Metathesaurus using mmsys, or downloading one of the available subsets from the NLM. BioMedICUS has two subsets
configuration files available in the
tools/concepts
directory. - Run the following command from a python environment with BioMedICUS installed
b9 java edu.umn.biomedicus.concepts.ConceptDictionaryBuilder /PATH/TO/UMLS/20XXAX/META tools/concepts/TUIsOfInterest.txt tools/concepts/BannedTTYs.txt concepts
- Copy the concepts directory into the BioMedICUS data directory.
For more information about options available for the dictionary concept builder run
b9 java edu.umn.biomedicus.concepts.ConceptDictionaryBuilder --help