Authorship attribution toolkit — modular stylometry framework for identifying who wrote a document

1 Open Issue Need Help Last updated: Mar 18, 2026

Open Issues Need Help

View All on GitHub
AI/ML AI Applications

AI Summary: The current method for parsing LLM responses relies on simple string searching for JSON and author names, which can lead to incorrect attributions in edge cases. The suggested improvement involves using more robust JSON extraction with regex, adding schema validation, and implementing better error handling or retry mechanisms.

Complexity: 3/5
enhancement good first issue

Authorship attribution toolkit — modular stylometry framework for identifying who wrote a document

Python