Skip to content

lnmaurer/StyleTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StyleTool: A simple, open source, word frequency based stylometry tool

This program does a word frequency comparison to perform stylometry on text
documents. There is a simple GUI made with tk. It can do principle component
analysis (PCA) and plot the results so that clustering can be performed
visually (using the squint algorithm). Word frequency data and PCA results can
also be saved. The program requires GNU plotutils and Ruby/GSL.

A screen shot is available at:
http://www.physics.wisc.edu/~lmaurer/code/styletool/styletool.html

A little more information is available at:
http://www.physics.wisc.edu/~lmaurer/index.html#styletool

Several Novels are included for testing purposes. They are public domain works
provided by Project Gutenberg.

-------------------------------------------------------------------------------
This program is Copyright (C) 2011  Leon N. Maurer

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 2 as published by the Free Software Foundation;

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

A copy of the license is available at 
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
You can also receive a paper copy by writing the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.

About

A simple, open source, word frequency based stylometry tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages