-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Working on making things more command friendly
1. CommandLineArgument allows one to parse the command line arguments or just load one from config.txt 2. Fixed up some documentation that was missing. 3. A few unit tests but more are needed.
- Loading branch information
Showing
12 changed files
with
719 additions
and
135 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# the index directory where output directories are stored | ||
indexDirectory: /home/d6fraser/git/UWResearch/resources/index/wikipedia_formula/ | ||
# the the query file to use | ||
queriesFile: /home/d6fraser/git/UWResearch/resources/query/NTCIR11-Math-Wikipedia.xml | ||
# the judgements of the queries to use | ||
judgements: /home/d6fraser/git/UWResearch/resources/results/NTCIR11-wikipedia-formula-11.txt | ||
# the file path to the documents directory | ||
documentsDirectory: /home/d6fraser/Documents/Research/Datasets/NTCIR11_wikipedia_formula/ | ||
# the folder where to put logfiles | ||
logFile: /home/d6fraser/git/UWResearch/resources/logs/ | ||
# the folder where to put results and outputs | ||
resultsFile: /home/d6fraser/git/UWResearch/resources/output | ||
# the folder where to put query results | ||
queriesOutputFile: /home/d6fraser/git/UWResearch/resources/output |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.