Displaying 2 results from an estimated 2 matches for "tmptext".
2006 Dec 26
1
agi+cepstral driving me nuts
...r. At the beep
enter your zip code.)
The php script it calls is based on the nerdvittles weather one so it calls
a webpage which prints to the screen, the nerdvittles code uses system to
generate the .wav file then has the dial plan call it via:
//php script
$retcode2 = system ("flite -f $tmptext -o $tmpwave") ;
//extensions
exten => 411,9,NoOp(Wave file: ${TMPWAVE})
exten => 411,10,Playback(${TMPWAVE})
Since I am using capstral, I simply changed the line to below which works
fine from the command line but when calling, I never hear it, it just hangs
up. Is it timing out? Is...
2014 Jul 29
2
wordcloud y tabla de palabras [Avanzando]
...eso de crear wordclouds para dos
informes de 2 años diferentes.
Versión R: 3.1.1
require(tm)
require(wordcloud)
require(Rcpp)
tmpinformes<-data.frame(c("todo el informe 2005", "todo el informe
2013"), row.names=c("2005", "2013"))
ds<- DataframeSource(tmpText)
ds<- DataframeSource(tmpinformes)
corp = Corpus(ds)
corp = tm_map(corp,removePunctuation)
corp = tm_map(corp,content_transformer(tolower))
corp = tm_map(corp,removeNumbers)
corp = tm_map(corp, stripWhitespace)
corp = tm_map(corp, removeWords, sw)
corp = tm_map(corp, removeWords, stopwords("...