[Attempto] Parsing questions and affirmations

Norbert E. Fuchs fuchs at ifi.uzh.ch
Sun Dec 15 11:28:15 CET 2019



> On 15 Dec 2019, at 11:10 , Marco Zanchi <mzanchi at gmail.com> wrote:
> 
> ... I have encountered other difficulties, like when entering commands the parser expects always the form "<proper name>, <command>!" For example: "John, create a project!"...

Marco

We defined the form of the command to create a complete sentence as expected by ACE. Thus

John, create a project!
   COMMAND
   [A,B]
   object(A,project,countable,na,eq,1)-1/5
   predicate(B,create,named(John),A)-1/3

creates basically the same DRS as

John creates a project.
[A,B]
object(A,project,countable,na,eq,1)-1/4
predicate(B,create,named(John),A)-1/2

while the sole difference is the label "COMMAND" in the first case.

Regards.

   --- nef





More information about the attempto mailing list