unused imports?
[tag_parser.git] / TODO
blob4536d64bd060378db20ea70f9c7eaae2f08be54c
1 notes to self, really.
3 highest priority:
4  * wherever "epsilon" is being used, rename it or make it clear this is a null production
5    empty? might be confused w/ description of whole tree in some contexts
6    childless?
7    null? not (specific to/descriptive of) context
9 really should have:
11 nice to have:
12  * better parsers
13   * "de Vreught and Honig parser" from "Bidirectional parsing of TAG without heads" [Víctor J. Díaz, Miguel A. Alonso and Vicente Carrillo]
14  * probabilistic TAG
15  * feature based TAG
16  * grammar learning (probabilistic)
17  * support for xtag/ltag data (which has morphology/feature structure?)
19 distant future:
20  * serious optimizations (e.g., TAG LR parsing?)
21  * more parsers!
22    other stuff out of [Kallmeyer 2010] (MCFG etc.)
23    SLTAG? ESLTAG?