Metadata-Version: 1.1
Name: crate-anon
Version: 0.18.68
Summary: CRATE: clinical records anonymisation and text extraction
Home-page: https://egret.psychol.cam.ac.uk/crate
Author: Rudolf Cardinal
Author-email: rudolf@pobox.com
License: GNU General Public License v3 or later (GPLv3+)
Description: 
        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).
          - 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
        
        Authors
        -------
        
        - Rudolf Cardinal, 2015-.
        - Francesca Spivack, 2018-.
        
        Documentation
        -------------
        
        See https://egret.psychol.cam.ac.uk/crate
        
        Sources
        -------
        
        - Python package: https://pypi.org/project/crate-anon/
        - Source code: https://github.com/RudolfCardinal/crate
        
        Licence
        -------
        
        - Copyright (C) 2015-2019 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/.
        
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.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: System :: Hardware
Classifier: Topic :: System :: Networking
