search for: utts

Displaying 18 results from an estimated 18 matches for "utts".

Did you mean: stts
2010 Apr 29
2
substring comparison
Hi all, I'm writing a script to do some basic text analysis in R. Let's assume I have a data frame named data which contains a column named 'utt' which contains strings. Is there a straightforward way to achieve something like this: data$ContainsThe <- ifelse(startsWith(data$Utt,"the"),"y","n") or data$ContainsThe <-
2005 Jan 10
2
Festival Woes
Asterisk v1.0 is running on RH 9. I installed festival RPM (festival-1.4.2-16.i386.rpm) and edited the festival.scm file to add: (define (tts_textasterisk string mode) "(tts_textasterisk STRING MODE) Apply tts to STRING. This function is specifically designed for use in server mode so a single function call may synthesize the string. This function name may be added to the server safe
2006 Jan 13
1
glmmPQL: Na/NaN/Inf in foreign function call
I'm using glmmPQL, and I still have a few problems with it. In addition to the issue reported earlier, I'm getting the following error and I was wondering if there's something I can do about it. Error in logLik.reStruct(object, conLin) : Na/NaN/Inf in foreign function call (arg 3) ... Warnings: 1: Singular precistion matrix in level -1, block 4 (...) 4: "" The
2006 Jan 10
1
glmmPQL / "system is computationally singular"
...fortunately, I'm getting an error message that is difficult to understand without knowing the internals of the glmmPQL function. > model <- glmmPQL(primed ~ log(dist) * role , random = ~ dist | > target.utt / prime.utt , family=binomial(link = "logit"), > data=data.utts, niter=5, verbose = TRUE) > Loading required package: nlme > iteration 1 > iteration 2 > iteration 3 > Error in solve.default(pdMatrix(a, fact = TRUE)) : > system is computationally singular: reciprocal condition > number = 8.65949e-32 > In addition: Warning messag...
2010 Aug 04
1
Asterisk not working with Festival
Hello, I am having a Mac 10.6.4 (Snow Leopard). I have compiled and built Asterisk 1.6.2.9 and Festival 2.0.95:beta on my machine. Asterisk is working fine with SIP channels without Festival. I have written following context in extension.conf: [connect-to-me] exten => s,1,Answer Exten => s,n,SayDigits(?1?) exten => s,n,Festival(hello john) exten => s,n,Hangup I use call files to
2004 Aug 19
1
Festival Issues
Hey All, I now have Festival compiled, installed and running using the instructions on the Wiki page. When I try to change the voice that is being used however, I am running into a problem. I get the following in the festival server log: Cannot open file /tmp/est_10877_00000/utt.wav as tokenstream Wave load: can't open file "/tmp/est_10877_00000/utt.wav" Cannot load wavefile:
2006 Feb 16
1
Festival and Asterisk - different voices?
Just curious to know if anyone uses Festival with * and whether or not you've got a different voice than the default. I'm looking at doing a commercial application but my boss doesn't want to shell out the $ before we do some real world testing of * and Festival. Specifically, I'm looking for a female voice, preferably US English. Any suggestions? Thanks, MC
2008 Jan 24
0
(lme4: lmer) mcmcsamp: Error in if (var(y) == 0)
...Matrix_0.999375-4 [5] zipfR_0.6-0 lattice_0.17-2 loaded via a namespace (and not attached): [1] grid_2.6.1 rcompgen_0.1-17 > emnlp.m1 <- lmer(primed ~ (role * derivation)/(log(dist.time) * log(rule.freq)) + (1 + log(dist.time) | target.utt), family=binomial, data=data.utts ) > summary(emnlp.m1) Error: cannot allocate vector of size 120.3 Mb > emnlp.m1 Generalized linear mixed model fit using Laplace Formula: primed ~ (role * derivation)/(log(dist.time) * log(rule.freq)) + (1 + log(dist.time) | target.utt) Data: data.utts Family: binomial(logit li...
2007 Oct 11
3
lme4 install trouble
After upgrading to R 2.6.0, I'm having trouble running lmer: model <- lmer(primed ~ log(dist.time)*role + 1|target.utt, data=data.utts) Error in UseMethod("as.logical") : no applicable method for "as.logical" So I thought I'd upgrade lme4 to the latest version, but unfortunately the compilation fails - perhaps there's a missing #include: R CMD INSTALL -l ~/usr/lib/R lme4_0.99875-8.tar.gz * Install...
2003 Sep 22
1
app_festival volume problems
I'm using app_festival to speak some text to callers. I'm having two problems with this. The first is with IAX calls (I've not tried others) the first few seconds of the speech is garbled. The second problem I'm having is the the volume of the speech IS VERY LOUD. I tried putting the following in the siteinit.scm but it didn't seem to make any difference. (set!
2007 Jun 07
1
MITOOLS: Error in eval(expr, envir, enclos) : invalid 'envir' argument
R-users & helpers: I am using Amelia, mitools and cmprsk to fit cumulative incidence curves to multiply imputed datasets. The error message that I get "Error in eval(expr, envir, enclos) : invalid 'envir' argument" occurs when I try to fit models to the 50 imputed datasets using the "with.imputationList" function of mitools. The problem seems to occur
2008 Jan 20
4
read.table: wrong error message? (PR#10592)
--Apple-Mail-44--797532055 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit I believe read.table may report misleading errors. In this example, where a header line in a file has an incorrect number of row names (28 instead of 29), I get the error message "duplicate row.names are not allowed". However, I cannot not find any
2006 Jan 30
1
predict.lme / nlmmPQL: "non-conformable arguments"
I'm trying to use "predict" with a linear mixed-effects logistic regression model fitted with nlmmPQL from the MASS library. Unfortunately, I'm getting an error "non-conformable arguments" in predict.lme, and I would like to understand why. I have used the same call to "predict" with "glm" models without problems. I assume I'm doing
2005 Jun 02
0
CBQ throughput and efficiency question
Hello all, I am testing CBQ and HTB these days and I got a lots problem which needs your help. It is a little long text :) Thank you! (All my test is based on Redhat Linux9.0) 1.Is isolated of CBQ working? I have read Mr. stef word that he never made cbq isolated work. 2. I have setup an environment to test cbq: one tcp flow which I should protect and a noisy udp flow who will eat much of the
2004 Nov 21
1
[Fwd: Re: Importing into rc.firewal rules]
Hi, > On Sat, Nov 20, 2004 at 01:32:15PM -0500, Francisco Reyes wrote: >> I have a grown list of IPs that I am "deny ip from ###.### to any". Infected machines, hackers, etc.. >> >> Is there a way to have this list outside of rc.firewall and just read it in? > from man ipfw LOOKUP TABLES Lookup tables are useful to handle large sparse address sets, typically
2012 Jul 25
0
CFP: 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013)
IM 2013 The 13th IFIP/IEEE Symposium on Integrated Network and Service Management Ghent, Belgium, 27-31 May 2013 http://www.im2013.org/ (Paper Submission Date: 16 August 2012) "Smart Management in a Virtualized World" The 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013) will be held 27-31 May 2013 in the beautiful city center of Ghent, Belgium and
2012 Jul 25
0
CFP: 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013)
IM 2013 The 13th IFIP/IEEE Symposium on Integrated Network and Service Management Ghent, Belgium, 27-31 May 2013 http://www.im2013.org/ (Paper Submission Date: 16 August 2012) "Smart Management in a Virtualized World" The 13th IFIP/IEEE Symposium on Integrated Network and Service Management (IM 2013) will be held 27-31 May 2013 in the beautiful city center of Ghent, Belgium and
2006 Jun 03
12
How to get dynamically created inputs from html form back to rails app
Thank you in advance. Although I have many years of experience in general, including cross- platform processing, I am not an HTML/Javascript programmer. As a result, I do not have certain specific baseline skills and/or knowledge that are presumed in the Rails and Ajax documentation. I am experienced with DOM manipulations, so the bare mechanics of manipulating the browser GUI via Javascript