Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created February 23, 2011 20:33
Show Gist options
  • Save ejknapp/841127 to your computer and use it in GitHub Desktop.
Save ejknapp/841127 to your computer and use it in GitHub Desktop.
#analyzer.properties
author=Eric Knapp
[email protected]
application.name=FileCruncher
#output directory
output.dir=output/
#Analyzer Output File Names
output.file.summary=summary_report.txt
output.file.unique=unique_tokens.txt
output.file.bigwords=big_words.txt
output.file.token.count=token_count.txt
# Big Words Minimum Word Length
bigwords.minimum.length=18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment