Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.78 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.78 KB

National NLP Clinical Challenges (n2c2)

Codacy Badge Build Status Coverage Status License

A repository containing support code and resources developed at the Institute for Medical Informatics, Statistics and Documentation at the Medical University of Graz (Austria) for participation at the 2018 n2c2 Shared-Task Track 1 organized by the Department of Biomedical Informatics at the Harvard Medical School.

Citing

If you use data or code in your work, please cite our JAMIA paper:

@article{oleynik2019evaluating,
  title={Evaluating shallow and deep learning strategies for the 2018 n2c2 shared-task on clinical text classification},
  author={Michel Oleynik and Amila Kugic and Zdenko Kasáč and Markus Kreuzthaler},
  journal={Journal of the American Medical Informatics Association},
  publisher={Oxford University Press},
  year={2019}
}

Also of interest:

Code Dependencies

  • JDK8+
  • python3 (to run official evaluation scripts)
  • make (to compile fastText)
  • gcc/clang (to compile fastText)