> -----Original Message-----
> From: kifer-EX0cT3Az47bauI2f2gSDlQ@xxxxxxxxxxxxxxxx
> [mailto:kifer-EX0cT3Az47bauI2f2gSDlQ@xxxxxxxxxxxxxxxx]
> Sent: Monday, October 15, 2007 11:10 PM
> To: PhiHo Hoang
> Cc: xsb-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx; flora-
> users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
> Subject: Re: [Flora-users] Computational Semantics
>
>
> > flora2 ?- s(S, [])@_prolog.
> >
> > How can I use DCG with Flora-2?
>
> variable (S) syntax wrong in the above.
>
Yes, indeed:
flora2 ?- s(?S, [])@_prolog.
?S = [a, man, shoots]
?S = [a, man, shoots, a, man]
...
...
Yes
flora2 ?-
Many thanks,
PhiHo.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
|