renepickhardt / generalized-language-modeling-toolkit

Generalized Language Modeling toolkit
http://glm.rene-pickhardt.de
52 stars 17 forks source link

Transform Status and Config to json #83

Closed lschmelzeisen closed 9 years ago

lschmelzeisen commented 9 years ago

Currently the files glmtk.conf and <workingdir>/status use an application specific format that could very well be replaced by json, which would make them easier to understand for users.

I don'st have to json specifically, any widespread file format for config files should do. Suggestions?

lschmelzeisen commented 9 years ago

Decided to use YAML file format, beacuse it seems to be better suited for the requirements.

For exmaple JSON does not support any comments, which would be bad to have to present a config file to users, without explanations.

lschmelzeisen commented 9 years ago

Done with commit ada2fa0016daa74c14cfe228cf7c27dd6ca357bb.