Difference between revisions of "Catalan and Sardinian/Work plan"
Jump to navigation
Jump to search
Hectoralos (talk | contribs) |
Hectoralos (talk | contribs) |
||
Line 2: | Line 2: | ||
{|class=wikitable |
{|class=wikitable |
||
! Setmana !! Dates !! Bidix<br/>previst !!(%) Cobertura<br/>prevista !! (%) WER<br/>previst !! Testvoc !! Avaluació !! (%) Cobertura<br/>real !! (%) WER |
! Setmana !! Dates !! Bidix<br/>previst !!(%) Cobertura<br/>prevista !! (%) WER<br/>previst !! Testvoc !! Avaluació !! Bidix<br/>real !! (%) Cobertura<br/>real !! (%) WER !! Err. !! Complert ? |
||
|- |
|- |
||
| 0 || 22 maig—28 maig || |
| 0 || 22 maig—28 maig || || || || || || 2877 || 77,7% || 34,8% || || ✓ |
||
|- |
|- |
||
| 1 || 29 maig—4 juny || ~4000 || ~79,0% || || || || || || || || |
| 1 || 29 maig—4 juny || ~4000 || ~79,0% || || || || || || || || |
||
Line 22: | Line 22: | ||
| 8 || 17 juliol—23 juliol || ~18.000 || ~87.5% || || || || || || || || |
| 8 || 17 juliol—23 juliol || ~18.000 || ~87.5% || || || || || || || || |
||
|- |
|- |
||
| 9 || 24 juliol—30 juliol || ~18.000 || ~87.5% || ~15% || || || || || || || |
| 9 || 24 juliol—30 juliol || ~18.000 || ~87.5% || ~15% || || || || || || || |
||
|- |
|- |
||
| 10 || 31 juliol—6 agost || || || || || || || || || || |
| 10 || 31 juliol—6 agost || || || || || || || || || || |
Revision as of 21:51, 19 May 2017
Català a sard
Setmana | Dates | Bidix previst |
(%) Cobertura prevista |
(%) WER previst |
Testvoc | Avaluació | Bidix real |
(%) Cobertura real |
(%) WER | Err. | Complert ? |
---|---|---|---|---|---|---|---|---|---|---|---|
0 | 22 maig—28 maig | 2877 | 77,7% | 34,8% | ✓ | ||||||
1 | 29 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 | ~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 | ~18.000 | ~87.5% | ~15% | |||||||
10 | 31 juliol—6 agost | ||||||||||
11 | 7 agost—13 agost | ||||||||||
12 | 14 agost—20 agost | ||||||||||
13 | 21 agost—27 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`