[ 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
Previous revision
Next revision Both sides next revision
user:zeman:morpho-challenge-2008 [2008/05/06 10:30]
zeman Převod dat do formátu CSTS.
user:zeman:morpho-challenge-2008 [2008/05/06 12:53]
zeman Zpracování na clusteru.
Line 21: Line 21:
 <code>cd $MC <code>cd $MC
 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/wordlist.$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 ]