SOTAVerified

Renard: A Modular Pipeline for Extracting Character Networks from Narrative Texts

2024-07-02Code Available1· sign in to hype

Arthur Amalvy, Vincent Labatut, Richard Dufour

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Renard (Relationships Extraction from NARrative Documents) is a Python library that allows users to define custom natural language processing (NLP) pipelines to extract character networks from narrative texts. Contrary to the few existing tools, Renard can extract dynamic networks, as well as the more common static networks. Renard pipelines are modular: users can choose the implementation of each NLP subtask needed to extract a character network. This allows users to specialize pipelines to particular types of texts and to study the impact of each subtask on the extracted network.

Reproductions