Skip to content

rmcewan/biomedicus3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BioMedICUS

The BioMedical Information Collection and Understanding System (BioMedICUS) is a system for large-scale text analysis and processing of biomedical and clinical reports. The system is being developed by the Natural Language Processing and Information Extraction Program at the University of Minnesota Institute for Health Informatics.

This is a collaborative project that aims to serve biomedical and clinical researchers, allowing for customization with different texts.

More information about BioMedICUS can be found on our website.

Prerequisites

Installation

Installation instructions are available on our website.

Deploying the default BioMedICUS Pipeline

The following command runs a script that will start up all of the BioMedICUS services for processing clinical notes:

biomedicus deploy --download-data

Processing a directory of text files using BioMedICUS

After deploying BioMedICUS, you can process a directory of documents using the following command:

biomedicus run /path/to/input_dir /path/to/output_dir

This will process the documents in the directory using BioMedICUS and save the results as json-serialized MTAP Events to output directory.

Contact

BioMedICUS is developed by the NLP/IE Group at the University of Minnesota Institute for Health Informatics. You can contact us at [email protected].

About

BioMedICUS: A biomedical and clinical NLP engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 65.9%
  • Python 28.7%
  • Rich Text Format 5.4%