<div dir="ltr"><div>Hi there,</div><div><br></div><div>I have been playing with the parser recently and noticed a strange behaviour, not sure if it is down to the language definition or not. I can ask a question:</div><div><b><br></b></div><div><b>Is the project Alpha late?</b></div><div><br></div><div>And this parses well:</div><div><br><DRS domain=""><br>  <Question><br>    <DRS domain="A B"><br>      <object<br>       ref="B"<br>    noun="project"<br>     struct="countable"<br>         unit="na"<br>          numrel="eq"<br>        num="1"<br>    sentid="1"<br>         tokid="3"/><br>      <predicate<br>     ref="A"<br>    verb="be"<br>          subj="B"<br>   obj="named('Alpha')"<br>       sentid="1"<br>         tokid="1"/><br>      <modifier_adv ref="A" adverb="late" degree="pos" sentid="1" tokid="5"/><br>    </DRS><br>  </Question><br></DRS></div><div><br></div><div>But if I try the equivalent affirmation:</div><div><b><br></b></div><div><b>The project Alpha is late.</b></div><div><b><br></b></div><div>then I get a parsing error.</div><div>ERROR: [sentence] at 1-4: 'The project Alpha <> is late.'. This is the first sentence that was not ACE. The sign <> indicates the position where parsing failed.</div><div><br></div><div>Has anyone encountered anything of the sort?</div><div><b></b></div></div>