Description This model extracts icd10cm entities in clinical notes using rule-based TextMatcherInternal annotator. Predicted Entities ICD10_ENTITY Live Demo Open in Colab Download Copy S3 URI How to use PythonHealthcare NLPPythonJohnSnowLabsScalaNLU documentAssembler = DocumentAssembler()\ .setInputCol("text")\ .setOutputCol("document") tokenizer = Tokenizer()\ .setInputCols(["document"])\ .setOutputCol("token") text_matcher = TextMatcherInternalModel.pretrained("icd10cm_matcher","en","clinic...| Spark NLP