Re: Compiler Books? Parsers?

Oliver Zeigermann <oliver@zeigermann.de>
22 Jan 2004 23:12:43 -0500

          From comp.compilers

Related articles
[11 earlier articles]
Re: Compiler Books? Parsers? cfc@world.std.com (Chris F Clark) (2003-12-21)
Re: Compiler Books? Parsers? cdc@maxnet.co.nz (Carl Cerecke) (2003-12-23)
Re: Compiler Books? Parsers? cfc@shell01.TheWorld.com (Chris F Clark) (2003-12-27)
Re: Compiler Books? Parsers? oliver@zeigermann.de (Oliver Zeigermann) (2004-01-02)
Re: Compiler Books? Parsers? cyber_nerdz@hotmail.com (Mark Sayers) (2004-01-07)
Re: Compiler Books? Parsers? Jeffrey.Kenton@comcast.net (Jeff Kenton) (2004-01-09)
Re: Compiler Books? Parsers? oliver@zeigermann.de (Oliver Zeigermann) (2004-01-22)
| List of all articles for this month |

From: Oliver Zeigermann <oliver@zeigermann.de>
Newsgroups: comp.compilers
Date: 22 Jan 2004 23:12:43 -0500
Organization: T-Online
References: 03-10-113 03-10-145 03-11-010 03-11-083 03-12-017 03-12-116 03-12-125 03-12-132 03-12-141 04-01-008
Keywords: parse
Posted-Date: 22 Jan 2004 23:12:43 EST

For anyone interested here are a some links to constraint based robust
parsing of *natural* language parsing:


http://nats-www.informatik.uni-hamburg.de/~wolfgang
http://nats-www.informatik.uni-hamburg.de/~wolfgang/papers/nle2003.ps.gz
http://nats-www.informatik.uni-hamburg.de/~wolfgang/papers/its-ws.ps.gz


The problem to adapt this to parsing of programming languages mainly
seems to be you will have to completely rewrite your grammar to constraints.


Oliver


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.