renepickhardt / generalized-language-modeling-toolkit

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

Config file paths shouldn't be hardcoded #20

Open lschmelzeisen opened 10 years ago

lschmelzeisen commented 10 years ago

The location where config files lie should not be hardcoded.

renepickhardt commented 10 years ago

I agree but how would you want to resolve this issue?

lschmelzeisen commented 9 years ago

I guess i will implement a command line argument that allows to specify a path to the config file. This has low priority though.

renepickhardt commented 9 years ago

sounds good to me. do we have at least a "standard config file" in the same directory where the binary is and a good error message saying ether "provide config file at this path" or "use command line argument and point to it... check our manual to learn about the structure of the config file at github.com/...."