File: retraduku.sh

package info (click to toggle)
apertium-eo-es 1%3A0.9.1~r60655-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 14,220 kB
  • sloc: makefile: 186; perl: 151; sh: 145; xml: 106
file content (5 lines) | stat: -rwxr-xr-x 369 bytes parent folder | download | duplicates (4)
1
2
3
4
5
date > nova_traduko.err
cat tekstaro/es.crp.txt | time apertium es-eo > nova_traduko.txt 2>> nova_traduko.err
date >> nova_traduko.err
diff aktuala_traduko.txt nova_traduko.txt | grep -r '[<>]' > /tmp/crpdiff.txt && for i in `cut -c3-8 /tmp/crpdiff.txt | uniq`; do echo  --- $i ---; grep -r "^ *$i\." tekstaro/es.crp.txt; grep -r " $i\." /tmp/crpdiff.txt; done | less