Tools

This is a list of the tools that are being developed in QuaDramA.

CorefAnnotator

CorefAnnotator is a tool for annotating coreference in texts. It has been developed to be able to cope with long texts with many different chains. The core idea is not to annotate binary relations between mentions (e.g., cataphoric), but to consider all mentions that co-refer to form an equivalence set. Consequently, the tool displays a list of entities on the right and allows free assignment of text spans to these entities.

https://github.com/nilsreiter/CorefAnnotator

Citation

Nils Reiter. CorefAnnotator - A New Annotation Tool for Entity References. In Abstracts of EADH: Data in the Digital Humanities, December 2018.

DramaAnalysis

DramaAnalysis is an R package that contains a collection of frequently used functions for analyzing dramatic texts. The input is a CSV-format coming from DramaNLP. DramaAnalysis functions can be combined easily and their output can be plotted straightforwardly with one of R's plotting devices.

https://github.com/quadrama/DramaAnalysis

DramaNLP

DramaNLP is a NLP-pipeline based on Apache UIMA components that processes dramatic texts. DramaNLP can import various TEI dialects and process them using DKPro components. The output is a variety of formats such as XMI, CoNLL formats and a custom CSV format. These formats contain extracted metadata from the TEI files, such as author or title and NLP output such as the tokenized text, part-of-speech and speaker information.

https://github.com/quadrama/DramaNLP