Output is:
Importing UMLS from /Users/yoav/Documents/2021AB-full/mmsys.zip with Python version 3.8.12 and Owlready version 2-0.36...
Parsing config/2021AB/MRSTY.RRF.gz as MRSTY with encoding UTF-8
Parsing config/2021AB/MRRANK.RRF as MRRANK
Breaking ORIG cycles...
Finalizing only properties and restrictions...
Finalizing CUI - ORIG mapping...
FTS Indexing...
I have followed the instructions as they appear here, yet when I trying to load SNOMED CT using
Output is: Importing UMLS from /Users/yoav/Documents/2021AB-full/mmsys.zip with Python version 3.8.12 and Owlready version 2-0.36... Parsing config/2021AB/MRSTY.RRF.gz as MRSTY with encoding UTF-8 Parsing config/2021AB/MRRANK.RRF as MRRANK Breaking ORIG cycles... Finalizing only properties and restrictions... Finalizing CUI - ORIG mapping... FTS Indexing...
then
however
SNOMED_US
appears to be NoneType.When I change the last line to
SOMETHING = PYM["CUI"]
, an object is returned.Not sure what I'm missing.