[ 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
padt:start [2011/05/27 20:42]
smrz
padt:start [2011/05/31 11:18]
smrz
Line 44: Line 44:
  
 ===== Agenda ===== ===== Agenda =====
 +
 +# Focus on paragraphs/sentences that miss PADT-Morpho annotation, esp. non-annotated headlines:
 +
 +<code bash>
 +btred -QTe '' {Penn,Prague}/???/*.morpho*.pml
 +</code>
 +
 +
 +# Focus on nodes in PADT-Syntax that do not have a valid ''afun'' annotation:
 +
 +<code bash>
 +btred -QTNe 'print ThisAddress() . "\n" if exists $this->{"afun"} and $this->{"afun"} eq "???"' Prague/???/*.syntax*.pml
 +</code>
  
 ===== References ===== ===== References =====
  

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