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

WUG Pipeline Sub-processes #27

Closed
AinaIanemahy opened this issue Jul 11, 2023 · 1 comment
Closed

WUG Pipeline Sub-processes #27

AinaIanemahy opened this issue Jul 11, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@AinaIanemahy
Copy link
Collaborator

What are the separate sub-processes of the pipeline? Which values are calculated in these sub-processes? What is the format of the output values?

@AinaIanemahy AinaIanemahy added the question Further information is requested label Jul 11, 2023
@Garrafao
Copy link
Owner

the sub processes can be seen here:

https://github.com/Garrafao/WUGs/blob/main/scripts/run_system2.sh

it is basically:

source $scriptsdir/data2join.sh
source $scriptsdir/data2annotators.sh
source $scriptsdir/data2agr.sh
source $scriptsdir/use2graph.sh
source $scriptsdir/judgments2graph.sh
source $scriptsdir/graph2cluster2.sh
source $scriptsdir/graph2stats.sh
source $scriptsdir/graph2plot2.sh

To each of the shell scripts corresponds one Python script. These are described in the readme.

@Garrafao Garrafao closed this as completed Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants