characteranalysis

command module
v0.0.0-...-6231450 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 31, 2013 License: MIT Imports: 11 Imported by: 0

README

#CharacterAnalysis

Analyses when characters appear in books

##Compilation

  • Either use go get to download the contents of this repository or download characters.go using Git.
  • go build characters.go

##Usage

  • Download a text file for a book (Project Gutenberg is a good place to find these)
  • If on Windows: characters <filenameofbook> 100 character1 character2 character3 etc
  • If on Mac/Unix/Linux: ./characters <filenameofbook> 100 character1 character2 character3 etc
  • If you need to search for a character that may be referred to by two names remember you can put the name in quotes
  • The second argument (a number) represents how many words each pixel represents (i.e. each black column in the final output represents that the character was mentioned at least once in those X words)
  • An HTML file is created that shows all of the characters and their charts

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL