Skip to content

Instantly share code, notes, and snippets.

@ejknapp
Created March 5, 2012 20:42
Show Gist options
  • Save ejknapp/1980958 to your computer and use it in GitHub Desktop.
Save ejknapp/1980958 to your computer and use it in GitHub Desktop.
Advanced Java Analyzer Properties
output.dir=output/
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