# NOT RUN {
# simple example
medical_detect_entities("Mrs. Smith comes in today complaining of shortness of breath.")
txt <-c("Mrs. Smith comes in today.",
"She is complaining of shortnesss of breath.")
medical_detect_entities(txt)
# }
Run the code above in your browser using DataLab