Difference between revisions of "Catalan and Sardinian/Work plan"
Jump to navigation
Jump to search
Hectoralos (talk | contribs) |
Hectoralos (talk | contribs) |
||
Line 4: | Line 4: | ||
! Setmana !! Dates !! Avaluació !! Bidix<br/>previst !!(%) Cobertura<br/>prevista !! (%) WER<br/>previst !! Testvoc !! Avaluació !! Bidix<br/>real !! (%) Cobertura<br/>real !! (%) WER !! Err. !! Complert ? |
! Setmana !! Dates !! Avaluació !! Bidix<br/>previst !!(%) Cobertura<br/>prevista !! (%) WER<br/>previst !! Testvoc !! Avaluació !! Bidix<br/>real !! (%) Cobertura<br/>real !! (%) WER !! Err. !! Complert ? |
||
|- |
|- |
||
| 0 || |
| 0 || <b>català > sard</b> || || || || || || || 2877 || 77,7% || 34,8% || || ✓ |
||
|- |
|- |
||
| 1 || 30 maig—4 juny || || ~4000 || ~79,0% || || || || || || || || |
| 1 || 30 maig—4 juny || || ~4000 || ~79,0% || || || || || || || || |
||
Line 24: | Line 24: | ||
| 9 || 24 juliol—30 juliol ||24 juliol—28 juliol|| ~18.000 || ~87.5% || ~15% || || || || || || || |
| 9 || 24 juliol—30 juliol ||24 juliol—28 juliol|| ~18.000 || ~87.5% || ~15% || || || || || || || |
||
|- |
|- |
||
| |
| 0 || <b>sard > italià</b> || || || || || || || 25.500 || 89,1% || 31,9% || || ✓ |
||
|- |
|- |
||
| |
| 10 || 31 juliol—6 agost || || ~25.500 || || || || || || || || || |
||
|- |
|- |
||
| |
| 11 || 7 agost—13 agost || || ~25.500 || || || || || || || || || |
||
|- |
|||
| 12 || 14 agost—20 agost || || ~25.500 || ~89,1% || ~20% || || || || || || || |
|||
|- |
|- |
||
| 13 || 21 agost—27 agost ||21 agost—29 agost|| || || || || || || || || || |
| 13 || 21 agost—27 agost ||21 agost—29 agost|| || || || || || || || || || |
Revision as of 08:56, 20 May 2017
Català a sard
Setmana | Dates | Avaluació | Bidix previst |
(%) Cobertura prevista |
(%) WER previst |
Testvoc | Avaluació | Bidix real |
(%) Cobertura real |
(%) WER | Err. | Complert ? |
---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | català > sard | 2877 | 77,7% | 34,8% | ✓ | |||||||
1 | 30 maig—4 juny | ~4000 | ~79,0% | |||||||||
2 | 5 juny—11 juny | ~6000 | ~81,0% | |||||||||
3 | 12 juny—18 juny | ~8000 | ~82.5% | |||||||||
4 | 19 juny—25 juny | ~10.000 | ~83.5% | |||||||||
5 | 26 juny—2 juliol | 26 juny—29 juny | ~12.000 | ~84.5% | ~25% | |||||||
6 | 3 juliol—9 juliol | ~14.000 | ~85.5% | |||||||||
7 | 10 juliol—16 juliol | ~16.000 | ~86.5% | |||||||||
8 | 17 juliol—23 juliol | ~18.000 | ~87.5% | |||||||||
9 | 24 juliol—30 juliol | 24 juliol—28 juliol | ~18.000 | ~87.5% | ~15% | |||||||
0 | sard > italià | 25.500 | 89,1% | 31,9% | ✓ | |||||||
10 | 31 juliol—6 agost | ~25.500 | ||||||||||
11 | 7 agost—13 agost | ~25.500 | ||||||||||
12 | 14 agost—20 agost | ~25.500 | ~89,1% | ~20% | ||||||||
13 | 21 agost—27 agost | 21 agost—29 agost |
Per a calcular els nombres
- Errors (calcular en apertium-cat-srd o apertium-srd-ita)
$ bash dev/dev/testvoc.sh # en apertium-cat-srd $ bash dev/testvoc/generation.sh ita-srd | wc -l # en apertium-cat-srd
- Bidix (calcular en apertium-cat-srd o apertium-srd-ita)
$ cat apertium-cat-srd.cat-srd.dix | grep '<l' | wc -l $ cat apertium-srd-ita.srd-ita.dix | grep '<l' | wc -l
- Cobertura (calcular en apertium-cat-srd o apertium-srd-ita)
$ cat ../apertium-cat/corpus/corpus_ca_wp100000.txt | apertium -d . cat-srd-morph | sed 's/\$\W*\^/$\n^/g' > /tmp/cat-srd.coverage.txt $ calc `cat /tmp/cat-srd.coverage.txt | grep -v '\*' | wc -l `/`cat /tmp/cat-srd.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`