<div dir="ltr">Hello,<br><br>I developed a Java application that uses APE (Attempto Parser Engine). In this application, I get the ACE text from a input text field and then I generate the command line to be passed to APE.<br><br>For example, the command line I generate for the following example : "John eats an apple." is :<br> <br>APE_PATH/ape.exe -text "John eats an apple." -solo drsxml<br>or<br>APE_PATH/ape.exe -noclex -ulexfile CUSTOM_CLEX_PATH/<a href="http://clex_lexicon.pl">clex_lexicon.pl</a> -text "John eats an apple." -solo drsxml<br><br>Depending on whether we use or not a custom clex file.<br><br>When I run these two command lines in the terminal directly, APE works fine and prints the following same result: <br><br><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><?xml version="1.0" encoding="UTF-8"?><br><br><DRS domain="A B"><br>  <object<br>      ref="A"<br>      noun="apple"<br>      struct="countable"<br>      unit="na"<br>      numrel="eq"<br>      num="1"<br>      sentid="1"<br>      tokid="4"/><br>  <predicate<br>      ref="B"<br>      verb="eat"<br>      subj="named('John')"<br>      obj="A"<br>      sentid="1"<br>      tokid="2"/><br></DRS><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)"><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">But when I run this sentence within my application, I get this error : <br><br>Illegal argument: arglist_namevaluelist/2: eats<br></div><div><div class="gmail_signature"><div dir="ltr"><br><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">​Do you have any idea of what can be the source of the issue ?<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(0,0,0)">Thank you.​</div><br><br>---------------<br>Sincères salutations<br>Mohammed NASRI</div></div></div>
</div>