Created
March 23, 2011 19:40
-
-
Save ejknapp/883791 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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