Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 923 Bytes

Readme.md

File metadata and controls

23 lines (19 loc) · 923 Bytes

CSR (Central Semantic Representation)

The CSR format is a format for storing text analysis results, which is mainly developed for the AIDA (Active Interpretation of Disparate Alternatives) project.

This repository contains several toolkit for CSR analysis.

  1. csr defines the main format.
  2. csr2stuff allows to convert CSR format to other formats.
    • Brat annotation format (This is the format used by the Brat (http://brat.nlplab.org) Annotation Tool). It allows one to view the annotation in context.
      python -m event.io.csr2stuff [csr_directory] [output_directory] 
        [ontology in json_ld format]
      
    • The ontology can be obtained here