Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created March 23, 2011 19:40
Show Gist options
  • Save ejknapp/883791 to your computer and use it in GitHub Desktop.
Save ejknapp/883791 to your computer and use it in GitHub Desktop.
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
output.file.token.size=token_size.txt
output.file.keyword=keyword_locations.txt
# Big Words Minimum Word Length
bigwords.minimum.length=18
file.path.keywords=config/keywords.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment