AnthonyMRios/pymetamap

Value extraction from MetaMap

Opened this issue · 0 comments

Hi Anthony,
Thanks for the pymetamap wrapper
I want to extract values of the keys that are being extracted
for example:
input_sent = ["Patient: John, parker MRN: 456 FIN: 123 Age: 29"]
from this input it is able to extract "Patient" and "Age" word but I want to extract the name and age number and such information in key value pair