Skip to content

WeSearch_LexicalFiltering

JonathonRead edited this page Dec 20, 2010 · 27 revisions

Background

Given a lattice of lexical hypotheses, aLbi, and a tagger tj(aLbi), develop a filter function, filter(aLbi, tj(aLbi)), -> (0,1) that discards unlikely lexical hypotheses.

TNT output for filtering of LE types

One such filter function is to map PTB tags output from the TNT tagger onto LE Types:

  • tj(aLbi) : mapt(tj(aLb)) = mapl(aLbi) => 1

    • mapt() ∩ mapl() ≠ ∬

Mappings may be derived intuitively from inspection of the TNTLEConfusionMatrix.

An alternative approach is to programatically find mappings based on the desired outcomes of lexical filtering.

Related Work

Clone this wiki locally