Follow-Up Translations
This merge requests incorporates the following changes/additions:
- Allow the use of translator specific keywords in function calls, e.g.
comment
andcause
for theDmpTranslator
- Generate valid
History
s from given input flags. The user flags usually lack information (i.e. concrete parameter values, order of function calls, ...) to infer a real history. I loosed the definition of the word valid, to 'rerunning the history inferred from aDataFrame
of user flags on the same input data, needs to yield the same user flags again' - Make the different translators available through the CLI (i.e. the exe)
Edited by David Schäfer