Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package taking long time to run and not providing output #102

Open
subha-v opened this issue Sep 22, 2022 · 2 comments
Open

package taking long time to run and not providing output #102

subha-v opened this issue Sep 22, 2022 · 2 comments

Comments

@subha-v
Copy link

subha-v commented Sep 22, 2022

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!

@louismartin
Copy link
Collaborator

Hi there,

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?

@feralvam
Copy link
Owner

feralvam commented Sep 22, 2022

Hi!

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants