pystyl
pystyl copied to clipboard
Python package for stylometry
Hi, could you share a pip list requirements, it seems that the ete3 library has changed; I'm wondering what version worked. executing this: from pystyl.analysis import distance_matrix, hierarchical_clustering yields: pystyl/pystyl/clustering/dendrogram.py...
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/jpotts18/stylometry (84 stars, Python) - https://github.com/calaylin/CodeStylometry (54 stars, Java)...
This might be helpful for packaging: https://www.fyears.org/2017/02/electron-as-gui-of-python-apps-updated.html
in scipy_dendrogram() the coloring of the branches is still default and looks aweful
It seems difficult to have the interactive_scatterplot() return pure svg as a string, because Bokeh doesn't support this...
Add the option to load a predefined vocabulary.