https://github.com/compnet/lorenzaccio

Character Network of Alfred de Musset's play Lorenzaccio

https://github.com/compnet/lorenzaccio

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary

Keywords

character-networks complex-networks drama literary-analysis
Last synced: 5 months ago · JSON representation

Repository

Character Network of Alfred de Musset's play Lorenzaccio

Basic Info
  • Host: GitHub
  • Owner: CompNet
  • License: gpl-3.0
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 129 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
character-networks complex-networks drama literary-analysis
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License

README.md

Lorenzaccio

Character Network of Alfred de Musset's play Lorenzaccio.

Python Dependencies

You can install dependencies with pip install -r requirements.txt. This repository is compatible with Python 3.8, 3.9 and 3.10. Higher versions should work, but are not (yet) explicitely supported by Renard.

Organization

The lorenzaccio.tei.xml file contains the Lorenzaccio play under TEI format. It originally comes from project DraCor, with minor manual corrections applied.

The provided Python scripts have the following roles:

| Script | Role | Executable | |--------------------|------------------------------------------------------------------------------------------------------------------|------------| | extract.py | Extract character networks from the TEI file | yes | | comsplot.py | Various functions related to plotting and communities | no | | eng.py | Utilities for the English translation of character names | no | | kcliques_coms.py | Plot communities obtained with k-cliques percolation, and the associated zp space and normalized prevalence plot | yes | | pplot3.py | Pretty plot of the three static character networks (co-occurrence, mention, conversation) | yes |

For any script, you can supply the -h option to get information about arguments.

Owner

  • Name: Complex Networks
  • Login: CompNet
  • Kind: organization
  • Location: Avignon, France

GitHub Events

Total
  • Push event: 4
Last Year
  • Push event: 4

Dependencies

requirements.txt pypi
  • renard-pipeline ==0.5.0