Re: dicts and feature structures
"Norbert E. Fuchs" <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
On 30 Jan 2014, at 21:53 , Michael Hendricks <[email protected]> wrote: > On Thu, Jan 30, 2014 at 11:09 AM, Abdallah, Samer <[email protected]>wrote: > >> I've just been looking at Michael Covington's GULP library for SWI >> http://www.ai.uga.edu/mc/gulp/ >> which compiles feature structures, of the sort found in unification >> based grammars, into ordinary Prolog terms, and enables you to >> write DCGs with named features instead of positional arguments >> > > Thanks for the pointer. I wasn't aware of Michael's GULP library. It > looks quite useful. Hi Gregor Erbach in Proceedings of EACL 95, Dublin presented "ProFIT: Prolog with Features, Inheritance and Templates" that is more powerful than GULP (see http://mcgreg.x10.mx/pub/claus42.html). We have been using ProFIT for the parser of Attempto Controlled English (attempto.ifi.uzh.ch). Regards. --- nef