Skip to content

WeSearch_LexicalFiltering

JonathonRead edited this page Dec 18, 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.

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

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

    • mapt() ∩ mapl() ≠ ∬

Related Work

Clone this wiki locally