[ 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:dusek:tahaky [2012/01/12 14:53]
dusek
user:dusek:tahaky [2013/06/11 11:01]
dusek
Line 1: Line 1:
 +
 +==== Vim ====
 +
 +Úprava jmen v BibTeXu ze ZVo
 +  g/file =/d
 +  1,$s/{\([a-z-]\+\)_[a-z:-]\+_\([0-9]\{4\}\),/{\u\1-\2,/
 +
 +==== Treex ====
  
 == Úprava něčeho, co vypisuje nějaký log (zde t-lemmata) ==  == Úprava něčeho, co vypisuje nějaký log (zde t-lemmata) == 
  
   treex --qsub "-hard -l mem_free=3g -l act_mem_free=3g" -p -j 30 Util::SetGlobal language=en selector=autom A2T::EN::FixTlemmas -- pcedt-formemes2a/*.treex.gz 2>&1 | tee log.txt   treex --qsub "-hard -l mem_free=3g -l act_mem_free=3g" -p -j 30 Util::SetGlobal language=en selector=autom A2T::EN::FixTlemmas -- pcedt-formemes2a/*.treex.gz 2>&1 | tee log.txt
-  +
 == Změna formémů a výpis pouze změněných == == Změna formémů a výpis pouze změněných ==
  
Line 28: Line 36:
  
   t-node [ gram/sempos = 'v', 1+x a/aux.rf a-node [ m/tag ~ '^V', afun != 'AuxV' ], a/lex.rf a-node [] ];   t-node [ gram/sempos = 'v', 1+x a/aux.rf a-node [ m/tag ~ '^V', afun != 'AuxV' ], a/lex.rf a-node [] ];
 +  
 +==== Treex ====
 +
 +  * Cachování -- treex --cache --survive, pak use_cache=1 u bloků, které mají být záchytné body: tj. typicky 1. blok a ten před tím, který měním

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