jataware / domain-model-examiner

The goal of this process is to perform machine reading over the model codebase in order to automatically extract key metadata.
MIT License
1 stars 0 forks source link

Identification of settings files #6

Open brandomr opened 3 years ago

brandomr commented 3 years ago

Ideally we can identify configuration and settings files. These might be:

One challenge is that some of these formats (e.g. json) might also be "data files". We could check the number of keys--it is unlikely that a json file with thousands of keys or lines would be something for a human to edit.

Typically, settings files will enable the modeler to set parameter values. Here is an example of a settings json file for DSSAT/Pythia.