<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thanks, Guy,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">And I'm glad you got it working, Bianca,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">The "Malformed output from ACE" error was spurious and was fixed in a recent commit (<a href="https://github.com/delph-in/pydelphin/commit/78a0bd97df1bbf572eea4a8f1b27ea1e18930f73">https://github.com/delph-in/pydelphin/commit/78a0bd97df1bbf572eea4a8f1b27ea1e18930f73</a>). You can probably ignore it (unless it's preventing you from getting some useful info) or update to a recent version of the 'develop' branch of PyDelphin. I expect to make a new release very soon, if you want to wait for that instead.<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Aug 22, 2018 at 1:41 AM #KANG NI YING BIANCA# <<a href="mailto:KANG0093@e.ntu.edu.sg">KANG0093@e.ntu.edu.sg</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div id="m_-3643859841655240698divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif" dir="ltr">
<p style="margin-top:0;margin-bottom:0">Thank you, Dr Emerson, for the suggestion of VirtualBox! With it I managed to get the local server running on Ubuntu and can now successfully use it with the REST interface on Windows.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I get an ERROR:root:Malformed output from ACE: each time I ask ACE to parse something, but the sentence still gets parsed and the output returned seems to be alright. Specifically I am just checking for imperatives; comparing
a few runs against the output I got from using <a href="http://chimpanzee.ling.washington.edu/bottlenose/erg/parse" class="m_-3643859841655240698OWAAutoLink" id="m_-3643859841655240698LPlnk438863" target="_blank">
http://chimpanzee.ling.washington.edu/bottlenose/erg/parse</a> gives me the same results. I think in this case I do not have to be too concerned about that error message? Please do correct me if I am mistaken about this.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Thank you again for all the advice and help!</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">Regards,</p>
<p style="margin-top:0;margin-bottom:0">Bianca<br>
</p>
</div>
<hr style="display:inline-block;width:98%">
<div id="m_-3643859841655240698divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Guy Emerson <<a href="mailto:gete2@cam.ac.uk" target="_blank">gete2@cam.ac.uk</a>><br>
<b>Sent:</b> Monday, August 20, 2018 9:00:32 PM<br>
<b>Cc:</b> #KANG NI YING BIANCA#; developers<br>
<b>Subject:</b> Re: [developers] text analysis advice</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>That looks like the same error I was getting before. I never managed to get further, although I haven't tried again since that last thread. If you are interested, you could try running gdb and consulting the thread (look at the last couple of messages)
to see if it's crashing at the same place. Regardless of where it is crashing, it is probably because some Linux functionality is still missing. If you're using the most up-to-date version of WSL, then there's not much you can do without delving into the
details of WSL. I don't think anyone on the developers list (including myself) knows enough about WSL to do this.<br>
</div>
<div><br>
</div>
<div>The only reliable way I know of running ACE on Windows is to use a VirtualBox.<br>
</div>
</div>
<br>
<div class="m_-3643859841655240698x_gmail_quote">
<div dir="ltr">Am So., 19. Aug. 2018 um 17:58 Uhr schrieb <a href="mailto:goodman.m.w@gmail.com" target="_blank">
goodman.m.w@gmail.com</a> <<a href="mailto:goodman.m.w@gmail.com" target="_blank">goodman.m.w@gmail.com</a>>:<br>
</div>
<blockquote class="m_-3643859841655240698x_gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div class="m_-3643859841655240698x_gmail_default" style="font-family:arial,helvetica,sans-serif">Hi Bianca,</div>
<div class="m_-3643859841655240698x_gmail_default" style="font-family:arial,helvetica,sans-serif"><br>
</div>
<div class="m_-3643859841655240698x_gmail_default" style="font-family:arial,helvetica,sans-serif">I'm bringing in the developers mailing list (you may need to subscribe in order to reply:
<a href="http://lists.delph-in.net/mailman/listinfo/developers" target="_blank">http://lists.delph-in.net/mailman/listinfo/developers</a>) as someone on the list may have more information.</div>
<div class="m_-3643859841655240698x_gmail_default" style="font-family:arial,helvetica,sans-serif"><br>
</div>
<div class="m_-3643859841655240698x_gmail_default" style="font-family:arial,helvetica,sans-serif">Developers, Bianca wants to run ACE on Ubuntu on WSL. I recall that Guy et al. made some progress on that front almost 2 years ago (see this thread:
<a href="http://lists.delph-in.net/archives/developers/2016/002372.html" target="_blank">
http://lists.delph-in.net/archives/developers/2016/002372.html</a>), but have things improved since then?</div>
<div class="m_-3643859841655240698x_gmail_default" style="font-family:arial,helvetica,sans-serif"><br>
</div>
<div class="m_-3643859841655240698x_gmail_default" style="font-family:arial,helvetica,sans-serif">Bianca, PyDelphin builds on top of ACE's stdin/stdout interface, and Bottlenose on top of PyDelphin, so this is why you see the same error for all 3 invocations of ACE.<br>
</div>
<br>
<div class="m_-3643859841655240698x_gmail_quote">
<div dir="ltr">On Sun, Aug 19, 2018 at 8:49 AM #KANG NI YING BIANCA# <<a href="mailto:KANG0093@e.ntu.edu.sg" target="_blank">KANG0093@e.ntu.edu.sg</a>> wrote:<br>
</div>
<blockquote class="m_-3643859841655240698x_gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">
<div id="m_-3643859841655240698x_m_-7232932699576400285gmail-m_-2679625658688408989divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif">
<div id="m_-3643859841655240698x_m_-7232932699576400285gmail-m_-2679625658688408989divtagdefaultwrapper" dir="ltr" style="font-size:12pt;color:rgb(0,0,0);font-family:Calibri,Helvetica,sans-serif,"EmojiFont","Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols">
<p style="margin-top:0px;margin-bottom:0px">Dear Dr Goodman,</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Apologies for another email - I found out I could try to run Ubuntu as a subsystem on Windows to give the Linux server a go, but ran into an error (deadly signal and malformed ACE output). </p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">I downloaded the pre-compiled ACE and ERG following
<a href="http://moin.delph-in.net/QuickStart" class="m_-3643859841655240698x_m_-7232932699576400285gmail-m_-2679625658688408989OWAAutoLink" id="m_-3643859841655240698x_m_-7232932699576400285gmail-m_-2679625658688408989LPlnk154850" target="_blank">
http://moin.delph-in.net/QuickStart</a> (the 0.9.27 versions) and also downloaded Bottlenose, Bottle and PyDelphin following
<a href="http://moin.delph-in.net/FrancisBond" class="m_-3643859841655240698x_m_-7232932699576400285gmail-m_-2679625658688408989OWAAutoLink" id="m_-3643859841655240698x_m_-7232932699576400285gmail-m_-2679625658688408989LPlnk679648" target="_blank">
http://moin.delph-in.net/FrancisBond</a><br>
</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">These are the instances where I tried ACE; I hope the following screens will be helpful -<br>
</p>
<p style="margin-top:0px;margin-bottom:0px">1)Following the syntax on the Quickstart guide to check if ACE and ERG are working:</p>
<p style="margin-top:0px;margin-bottom:0px"><img size="0" id="m_-3643859841655240698x_m_-7232932699576400285gmail-m_-2679625658688408989img562598" style="max-width:99.9%"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">2)Trying to use the ACE interface:</p>
<p style="margin-top:0px;margin-bottom:0px"><img size="0" id="m_-3643859841655240698x_m_-7232932699576400285gmail-m_-2679625658688408989img866057" style="max-width:99.9%"></p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">3)Setting up the local server and connecting to it on the iPython notebook:</p>
<p style="margin-top:0px;margin-bottom:0px"><img size="0" id="m_-3643859841655240698x_m_-7232932699576400285gmail-m_-2679625658688408989img934671" style="max-width:99.9%"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px"></p>
<p style="margin-top:0px;margin-bottom:0px">Are there any other files which I should have downloaded/steps I should have taken to avoid this error?</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Thank you again for your advice! Please let me know if you require more information - I am new to this but will do my best to provide it.</p>
<p style="margin-top:0px;margin-bottom:0px"><br>
</p>
<p style="margin-top:0px;margin-bottom:0px">Regards,</p>
<p style="margin-top:0px;margin-bottom:0px">Bianca<br>
</p>
</div>
</div>
</div>
</blockquote>
</div>
</div>
</blockquote>
</div>
</div>
</div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">-Michael Wayne Goodman</div>