Updating main branch constants to version 5.1.0
14 files changed
tree: e2730de1302a68d414131e45f38872c3671e4bb4
  1. .github/
  2. ctakes-assertion/
  3. ctakes-assertion-zoner/
  4. ctakes-chunker/
  5. ctakes-clinical-pipeline/
  6. ctakes-constituency-parser/
  7. ctakes-context-tokenizer/
  8. ctakes-core/
  9. ctakes-coreference/
  10. ctakes-dependency-parser/
  11. ctakes-dictionary-lookup/
  12. ctakes-dictionary-lookup-fast/
  13. ctakes-distribution/
  14. ctakes-dockhand/
  15. ctakes-drug-ner/
  16. ctakes-examples/
  17. ctakes-fhir/
  18. ctakes-gui/
  19. ctakes-lvg/
  20. ctakes-mastif-zoner/
  21. ctakes-ne-contexts/
  22. ctakes-pbj/
  23. ctakes-pos-tagger/
  24. ctakes-preprocessor/
  25. ctakes-regression-test/
  26. ctakes-relation-extractor/
  27. ctakes-side-effect/
  28. ctakes-smoking-status/
  29. ctakes-template-filler/
  30. ctakes-temporal/
  31. ctakes-tiny-rest/
  32. ctakes-type-system/
  33. ctakes-user-resources/
  34. ctakes-utils/
  35. ctakes-web-rest/
  36. ctakes-ytex/
  37. ctakes-ytex-uima/
  38. ctakes-ytex-web/
  39. .asf.yaml
  40. .gitattributes
  41. .gitignore
  42. KEYS
  43. LICENSE
  44. NOTICE
  45. pom.xml
  46. README.md
README.md

Apache cTAKES™

Introduction

The Apache™ clinical Text Analysis and Knowledge Extraction System (cTAKES™) focuses on extracting knowledge from clinical text through Natural Language Processing (NLP) techniques.

cTAKES is engineered in a modular fashion and employs leading-edge rule-based and machine learning methods.

cTAKES has standard features for biomedical text processing software, including the ability to extract concepts such as symptoms, procedures, diagnoses, medications and anatomy with attributes and standard codes.

More powerful components can perform tasks as complex as identifying temporal events, dates and times – resulting in placement of events in a patient timeline.

Components are trained on gold standards from the biomedical as well as the general domain. This affords usability across different types of clinical narrative (e.g. radiology reports, clinical notes, discharge summaries) in various institution formats as well as other types of health-related narrative (e.g. twitter feeds), using multiple data standards (e.g. Health Level 7 (HL7), Clinical Document Architecture (CDA), Fast Healthcare Interoperability Resources (FHIR), SNOMED-CT, RxNORM).

cTAKES is the NLP platform for many initiatives across the world covering a variety of research purposes and large datasets. Contributors include professionals at medical and commercial institutions, NLP and Machine Learning researchers, Medical Doctors, and students of many disciplines and levels. We encourage people from all backgrounds to get involved! (link)

Supported Environments

  1. Java 1.8 is required to run cTAKES. Run this command to check your Java version:
$ java -version
  1. Maven 3 is required to build cTAKES. Run this to command to check your Maven version:
$ mvn -version
  1. A license for the Unified Medical Language System (UMLS) is required to use the named entity recognition module (dictionary lookup) with the default dictionary.
  2. Python 3 is required to use cTAKES Python Bridge to Java (PBJ). Run this to command to check your Python version:
$ python -V

Getting Started

New Users

The easiest way for new users to get a jump start running cTAKES is to use the Standard Pipeline Installation Facility. The Standard Pipeline Installation Facility is a tool that can install cTAKES configured to run the most popular cTAKES pre-built pipelines. You can then use the Piper File Submitter GUI to submit jobs or submit them from the command line.

For access to all cTAKES capabilities, download a zip or tar.z file containing a fully-built installation of the most recent cTAKES release. Then, after obtaining a UMLS license, use the UMLS Package Fetcher GUI to install a copy of the default dictionary for Named Entity Recognition (NER) using cTAKES Fast Dictionary Lookup.

New Developers

All source code for cTAKES versions 5+ is available from the cTAKES GitHub repository.

  1. Clone this repository
$ git clone https://github.com/apache/ctakes.git
  1. Open your local copy of the repository in an IDE of your choice.
  2. Run directly from the code (link).
    or
  3. Build a binary installation (link), and
  4. Run a binary installation (link).

More information

Much more information can be found on the cTAKES wiki.

You can also write to the cTAKES user and developer mailing lists: user at ctakes.apache.org and dev at apache.ctakes.org and find answers to previously asked questions by searching the user and developer mail archives.