Skip to content
Snippets Groups Projects
Commit 85d09d31 authored by Franck Dary's avatar Franck Dary
Browse files

improved pvalue script

parent 2c8904d0
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
RUNS=50000
RUNS=10000
GRPS=('eager'
'tagger'
'tagparser')
computePVal () {
rm -r results
rm -rf results
NAME="$1"
OUTPUT="$1.res"
METRICS="UAS UPOS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment