ghpaetzold / questplusplus

Pipelined quality estimation.
49 stars 14 forks source link

Paths to 'input' and 'output' #24

Open varvara-l opened 8 years ago

varvara-l commented 8 years ago

Paths to parameters 'input' and 'output' provided in the config are always considered as relative. E.g. if I write:

output = /export/data/varvara/my_experiment/features

the result will be saved to a directory /path-to-quest/export/data/varvara/my_experiment/features.

Can that be changed?

carolscarton commented 8 years ago

There is also another problem related to output: if the output folder and file are not previously generated QuEst++ crashes. I do not know myself how it is done at QuEst++. Do you know @ghpaetzold ?

ghpaetzold commented 8 years ago

Hey Carol, I have looked at the code and it still crashes when the output folder does not exist. However, before crashing it creates the output folder required, so I think the order of some steps might be wrong...


Gustavo Henrique PaetzoldPh.D. Candidate in Computer ScienceUniversity of Sheffield

Date: Sat, 30 Jan 2016 05:59:49 -0800 From: notifications@github.com To: questplusplus@noreply.github.com CC: ghpaetzold@outlook.com Subject: Re: [questplusplus] Paths to 'input' and 'output' (#24)

There is also another problem related to output: if the output folder and file are not previously generated QuEst++ crashes. I do not know myself how it is done at QuEst++. Do you know @ghpaetzold ?

— Reply to this email directly or view it on GitHub.

zouharvi commented 5 years ago

Hi, I created a pull request which tries to solve this bug (missing output folder). https://github.com/ghpaetzold/questplusplus/pull/46