[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
user:zeman:morpho-challenge-2008 [2008/05/06 10:36]
zeman
user:zeman:morpho-challenge-2008 [2008/05/06 12:53]
zeman Zpracování na clusteru.
Line 22: Line 22:
 foreach l (ar de en fi tr) foreach l (ar de en fi tr)
   mc2csts.pl < data/2008/wordlist.$l.txt -l $l > data/2008/$l.csts   mc2csts.pl < data/2008/wordlist.$l.txt -l $l > data/2008/$l.csts
 +end</code>
 +
 +===== Trénování morfologických vzorů =====
 +
 +Pro některé jazyky (zejména pro finštinu) trvá zpracování déle, než by se chtělo čekat, a vyplatí se tedy úlohy odeslat na cluster:
 +
 +<code># lrc
 +cd $MC
 +foreach l (ar de en fi tr)
 +  qsub.csh mc_jazyk.csh $l
 end</code> end</code>
  

[ Back to the navigation ] [ Back to the content ]