Metadata-Version: 2.1
Name: crate-anon
Version: 0.19.3
Summary: CRATE: clinical records anonymisation and text extraction
Home-page: https://crateanon.readthedocs.io
Author: Rudolf Cardinal
Author-email: rudolf@pobox.com
License: GNU General Public License v3 or later (GPLv3+)
Keywords: anonymisation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Networking
License-File: LICENSE


Clinical Records Anonymisation and Text Extraction (CRATE)
==========================================================

Purpose
-------

- Anonymises relational databases.

- Performs some specific preprocessing tasks; e.g.

  - preprocesses some specific databases (e.g. Servelec RiO EMR);
  - drafts a "data dictionary" for anonymisation, with special knowledge of
    some databases (e.g. TPP SystmOne);
  - fetches some word lists, e.g. forenames/surnames/eponyms.

- Provides a natural language processing (NLP) pipeline.

- Web app for

  - querying the anonymised database
  - managing a consent-to-contact process

Documentation
-------------

See https://crateanon.readthedocs.io

Sources
-------

- Python package: https://pypi.org/project/crate-anon/
- Source code: https://github.com/RudolfCardinal/crate

Licence
-------

- Copyright (C) 2015-2021 Rudolf Cardinal (rudolf@pobox.com).

- Licensed under the GNU GPL v3+: see LICENSE file.

- Some third-party libraries have slightly different licences:

  - aspects of ``CamAnonGatePipeline.java`` are based on demonstration GATE
    code, copyright (C); University of Sheffield, and licensed under the GNU
    LGPL; see https://gate.ac.uk/.


