You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: