Catalan and Sardinian/Work plan
< Catalan and Sardinian
Jump to navigation
Jump to search
Revision as of 19:57, 19 May 2017 by Hectoralos (talk | contribs)
Català a sard
Setmana | Dates | (%) Cobertura | Testvoc | Avaluació | (%) Coverage | (%) WER | Bidix | Err. | Complert ? |
---|---|---|---|---|---|---|---|---|---|
0 | 22 maig—28 maig | ✓ | |||||||
1 | 29 maig—4 juny | ||||||||
2 | 5 juny—11 juny | ||||||||
3 | 12 juny—18 juny | ||||||||
4 | 19 juny—25 juny | ||||||||
5 | 26 juny—2 juliol | ||||||||
6 | 3 juliol—9 juliol | ||||||||
7 | 10 juliol—16 juliol | ||||||||
8 | 17 juliol—23 juliol | ||||||||
9 | 24 juliol—30 juliol | ||||||||
10 | 31 juliol—6 agost | ||||||||
11 | 7 agost—13 agost | ||||||||
12 | 14 agost—20 agost |
Para calcular los números
- Errors (calculate in apertium-srd-ita)
$ bash dev/testvoc/generation.sh srd-ita | wc -l $ bash dev/testvoc/generation.sh ita-srd | wc -l
- Bidix (calculate in apertium-srd-ita)
$ cat apertium-srd-ita.srd-ita.dix | grep '<l' | wc -l
- Trimmed coverage (calculate in apertium-srd-ita)
$ cat srd.crp.txt | apertium -d . srd-ita-morph | sed 's/\$\W*\^/$\n^/g' > /tmp/srd.trim.coverage.txt $ calc `cat /tmp/srd.trim.coverage.txt | grep -v '\*' | wc -l `/`cat /tmp/srd.trim.coverage.txt | wc -l` $ cat ita.crp.txt | apertium -d . ita-srd-morph | sed 's/\$\W*\^/$\n^/g' > /tmp/ita.trim.coverage.txt $ calc `cat /tmp/ita.trim.coverage.txt | grep -v '\*' | wc -l `/`cat /tmp/ita.trim.coverage.txt | wc -l`