-
Notifications
You must be signed in to change notification settings - Fork 4
WeSearch_LexicalFiltering
JonathonRead edited this page Dec 20, 2010
·
27 revisions
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 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.
- Rebecca Driden (2009), [http://www.dridan.com/research/papers/dridan-phdthesis.pdf Using Lexical Statistics to Improve HPSG Parsing], PhD Thesis, Saarland University
Home | Forum | Discussions | Events