Java 1.8
MedTagger contains a suite of programs that the Mayo Clinic NLP program has developed in 2013. It includes three major components: MedTagger for indexing based on dictionaries, MedTaggerIE for information extraction based on patterns, and MedTaggerML for machine learning-based named entity recognition.
A step by step installation instructions can be accessed through: https://vimeo.com/392331446
- Move the .jar file to the Delirium folder
- Modify the
INPUTDIR,OUTPUTDIR, andRULEDIRvariables inrunMedTagger-fit-delirium.shorrunMedTagger-fit-delirium.bat, as appropriateINPUT_DIR: full directory path of input folderOUTPUT_DIR: full directory path of output folderRULES_DIR: full directory path of 'Rule' folder
runMedTagger-fit-delirium.sh
Due to the institutional-specific heterogeneity, after deplying the algorithm, we recommend 1) conducting local evaluation through manual chart review, 2) refining the keywords, 3) implementing a section detection algorithm based on the structure of clinical notes. Additional information the NLP deployment and evaluation process can be found at: https://github.com/OHNLP/annotation-best-practices