[Attempto] APE Webclient parsing error

Norbert E. Fuchs fuchs at ifi.uzh.ch
Sat Jan 2 19:40:12 CET 2010


On 2 Jan 2010, at 19:02, Kenneth Jones wrote:

> At a later time, if I feel it might be useful, I can experiment with trying to integrate the different sentence types into a single coherent multi-paradigm language with modules that contain mixed sentence types.
> 
> Any more tips/guidance you can think of will be greatly appreciated.

Kenneth

Just a quick response.

In ACE we mark declarative sentences, interrogative sentences and imperative sentences not only on the language level, but also on the DRS level.

John sleeps. Does Mary work? Harry, wait!

DRS:

[A]
predicate(A, sleep, named(John))-1/2
   QUESTION
   [B]
   predicate(B, work, named(Mary))-2/3
   COMMAND
   [C]
   predicate(C, wait, named(Harry))-3/3


DRS List:

[A]
predicate(A, sleep, named(John))-1/2

[]
   QUESTION
   [A]
   predicate(A, work, named(Mary))-2/3

[]
   COMMAND
   [A]
   predicate(A, wait, named(Harry))-3/3


Regards.

   --- nef


More information about the attempto mailing list