stylometry
stylometry copied to clipboard
A Stylometry Library for Python
Bumps [scipy](https://github.com/scipy/scipy) from 0.15.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...
Bumps [nltk](https://github.com/nltk/nltk) from 3.0.2 to 3.6.6. Changelog Sourced from nltk's changelog. Version 3.8.1 2023-01-02 Resolve RCE vulnerability in localhost WordNet Browser (#3100) Remove unused tool scripts (#3099) Resolve XSS vulnerability...
Bumps [numpy](https://github.com/numpy/numpy) from 1.9.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
below is the error show after trying to install requirements.txt a problem with freestyle and png Collecting matplotlib==1.4.3 Using cached matplotlib-1.4.3.tar.gz (50.4 MB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error...
@jpotts18 You've mentioned that you took inspiration about the amazing work that you've done from a research paper. I wanted you to let me know which paper were you talking...
Here are some common repos that uses stylometry as as a base for their code: - https://github.com/evllabs/JGAAP (182 stars, Java) - https://github.com/calaylin/CodeStylometry (54 stars, Java) - https://github.com/mikekestemont/pystyl (45 stars, Python)...
This is not complete and maybe needs some additional testing; but I am putting the PR in for comment, critique and needed changes. I had to muck around with paths...
Hey man! Thanks for the library. I forked it because I wanted two things extra that your code did not had: 1. Handle languages from the constructor and be able...