User:David Nemeskey/GSOC 2013 literature review
< User:David Nemeskey
Jump to navigation
Jump to search
Revision as of 07:15, 26 July 2013 by David Nemeskey (talk | contribs) (Created page with 'Papers I read about CGs and FSTs. ==== Hulden, Mans. Constraint Grammar parsing with left and right sequential finite transducers<ref>Hulden, Mans. 2011. Constraint Grammar pars…')
Papers I read about CGs and FSTs.
Hulden, Mans. Constraint Grammar parsing with left and right sequential finite transducers[1]
The paper behind fomacg. Describes a way of translating most of CG-2's functionality to foma transducers.
- Rule application seems to be composition-based, the FSTs are run on the sentence string.
- Missing functions:
IFF
MAPPINGS
DELIMITERS
(I have implemented it since)
- Differences between the paper and the implementation:
- Conversion to left-and-right transducers is missing from fomacg
- No performance tests.
Peltonen, Janne. A Finite State Constraint Grammar Parser[2]
Very similar in vein to Mans's work, but the compiler is implemented in Python, and it doesn't handle LINKed contexts.
- Rule application is intersection-based.
- No implementation available
- "VISL CG-3’s CG-2 compatibility mode is 1 500 times faster."