Skip to content

source-data/stylometric

Repository files navigation

Stylometric Analysis Tool

A tool for detecting potential coordination between articles by analyzing writing style similarities.

Installation

  1. Clone the repository:
git clone <repository-url>
cd stylometric
  1. Create and activate a virtual environment:
python -m venv stylometric-env
source stylometric-env/bin/activate  # On Windows: stylometric-env\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Usage

See notebook.ipynb for a complete example workflow.

Requirements

  • Python 3.8+
  • See requirements.txt for dependencies

Project Structure

stylometric/
├── stylometric_analyzer.py    # Main analysis engine
├── baseline_loader.py         # Baseline article management
├── baseline_scraper.py        # Article scraping utilities
├── heatmap_visualizer.py      # Visualization tools
├── requirements.txt           # Python dependencies
├── notebook.ipynb            # Example workflow
├── baseline/                 # Baseline articles directory
├── data/                     # Target articles for analysis
└── stylometric-env/          # Virtual environment

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published