-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sidharth Mishra edited this page Apr 26, 2017
·
2 revisions
Welcome to the simplicalcomplexdatgen wiki!
This application reads the PDF JSON files(cleansed) and generates the simplicial complex .dat
input file.
Usage:
java -jar simplicalcomplexdatgen.jar <path to folder containing cleansed .json files> <absolute file path for word_map.json> <absolute file path for doc_map.json> <absolute file path for .dat file>
Default values for the params:
<path to folder containing cleansed .json files> = /Users/sidmishraw/Documents/workspace/cs_267_project/output_s_dats
<absolute file path for word_map.json> = /Users/sidmishraw/Documents/workspace/cs_267_project/word_map.json
<absolute file path for doc_map.json> = /Users/sidmishraw/Documents/workspace/cs_267_project/doc_map.json
<absolute file path for .dat file> = /Users/sidmishraw/Documents/workspace/cs_267_project/output_s_dats
Incase of any concerns please contact - Sidharth Mishra [email protected]