Difference between revisions of "Catalan and Sardinian/Work plan"
Jump to navigation
Jump to search
Hectoralos (talk | contribs) (Created page with " {|class=wikitable !rowspan=2| Semana !!rowspan=2| Fechas !!rowspan=2| Cobertura !!rowspan=2| Testvoc !!rowspan=2| Eval. !!rowspan=2| !!colspan=2...") |
Hectoralos (talk | contribs) |
||
Line 1: | Line 1: | ||
{|class=wikitable |
|||
!rowspan=2| Semana !!rowspan=2| Fechas !!rowspan=2| Cobertura !!rowspan=2| Testvoc !!rowspan=2| Eval. !!rowspan=2| !!colspan=2| (%) cov. raw !!colspan=2| (%) cov. trimmed !!colspan=2| (%) WER !!rowspan=2| Bidix !!colspan=2| Err. !!rowspan=2| Cumplido ? |
|||
⚫ | |||
! srd !! ita !! srd→ita !! ita→srd !! srd→ita !! ita→srd !! srd→ita !! ita→srd |
|||
⚫ | |||
⚫ | |||
⚫ | |||
|} |
|||
== Català a sard == |
== Català a sard == |
||
Line 19: | Line 9: | ||
|- |
|- |
||
| 2 || 5 juny—11 juny || || || || || || || || |
| 2 || 5 juny—11 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 || || || || || || || || |
|||
|- |
|- |
||
|} |
|} |
Revision as of 19:57, 19 May 2017
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`