You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, i'm trying to run easse on my own custom .csv files using the following command - easse report -t custom --orig_sents_path "turksimp.csv" --refs_sents_paths "turksimpbacktranslated.csv"
however, it's taking a really long time and nothing is being outputted, so i suspect there's some error but it's just not showing the error and stopping. this happens to me a lot when i try to run such commands, wondering if there is any fix?
thanks!
The text was updated successfully, but these errors were encountered:
We haven't maintained the report command in a long time, so you might have to do a bit of debugging.
Is there any html file that's being created in your working directory?
EASSE does not support csv files. Each file (orig, refs, sys) needs to be a text file containing a single sentence per line. Maybe you could check the files in the data for examples of how the files should look like?
In the command you included, orig_sents_path and refs_sents_paths are specified, but you also need sys_sents_paths, which is the file containing the system outputs that would be evaluated. Could you check that, please?
hello, i'm trying to run easse on my own custom .csv files using the following command -
easse report -t custom --orig_sents_path "turksimp.csv" --refs_sents_paths "turksimpbacktranslated.csv"
however, it's taking a really long time and nothing is being outputted, so i suspect there's some error but it's just not showing the error and stopping. this happens to me a lot when i try to run such commands, wondering if there is any fix?
thanks!
The text was updated successfully, but these errors were encountered: