CLAN output via a browser

Leonid Spektor spektor at andrew.cmu.edu
Mon Dec 6 22:44:27 UTC 2010


 Kevin,

	Yes, CLAN needs to be compiled in a special way to run from the web. I will send you a separate email with makefile that will do that.
By the way we already have CLAN running on the web at URLs:

http://childes.psy.cmu.edu/browser/
http://talkbank.org/browser/

Leonid.



On Dec 6, 2010, at 17:28, Kevin Donnelly wrote:

> Hi Leonid
> 
> I'm trying to access CLAN output via a browser.  I remember raising this a few 
> months ago, and you said CLAN needed to be compiled specially to run on a 
> webserver.
> 
> For instance, the following minimal PHP script produces the expected output 
> when run from the command-line, but nothing (apart from the boilerplate lines 
> at the end of the output) when run from a webpage.
> 
> =====
> <?php
> 
> exec("/home/kevin/downloads/siarad/unix-clan/unix/bin/freq 
> /home/kevin/downloads/siarad/unix-clan/lib/samples/sample.cha", $clan_output);
> 
> foreach ($clan_output as $clan_line)
> {
>  echo $clan_line."<br />";
> }
> 
> ?>
> =====
> 
> What sort of thing should I be looking for to get some output via a browser?
> 
> -- 
> Pob hwyl / Best wishes
> 
> Kevin Donnelly
> kevindonnelly.org.uk
> 
> -- 
> You received this message because you are subscribed to the Google Groups "chibolts" group.
> To post to this group, send email to chibolts at googlegroups.com.
> To unsubscribe from this group, send email to chibolts+unsubscribe at googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/chibolts?hl=en.
> 
> 

-- 
You received this message because you are subscribed to the Google Groups "chibolts" group.
To post to this group, send email to chibolts at googlegroups.com.
To unsubscribe from this group, send email to chibolts+unsubscribe at googlegroups.com.
For more options, visit this group at http://groups.google.com/group/chibolts?hl=en.



More information about the Chibolts mailing list