A tool for detecting potential coordination between articles by analyzing writing style similarities.
- Clone the repository:
git clone <repository-url>
cd stylometric
- Create and activate a virtual environment:
python -m venv stylometric-env
source stylometric-env/bin/activate # On Windows: stylometric-env\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
See notebook.ipynb
for a complete example workflow.
- Python 3.8+
- See
requirements.txt
for dependencies
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