Skip to content

BrianTurza/SimpleStylometry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleStylometry

Simple implemantation of extracting stylometric features for the purpose of authorship identifcation.

Setup

Install requirements using pip. An virtual enviroment is adviced.

$ pip install -r requirements.txt

Probably code below needs to be run as well.

import nltk
nltk.download('punkt')

Run

$ cd src
$ python3 classifier.py --path ../data/phenomology_of_spirit.txt;../data/unabomber.txt 

About

Simple implemantation of authorship identifcation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages