search for: stt

Displaying 20 results from an estimated 25 matches for "stt".

Did you mean: set
2003 Nov 22
3
1.8.1 behavior change?
In <R 1.8.1 the following fragment worked properly, now (1.8.1) it creates the following warning/error: Any advice appreciated. stt <- data.frame() # load all datasets into a dataframe for (ds in 1:n) { stt[ds] <- as.matrix(read.table(fileList[ds])) } -- > stt <- data.frame() > # load all datasets into a dataframe > for (ds in 1:n) { + stt[ds] <- as.matrix(read.table(fileList[ds])) +...
2006 Oct 30
0
File Store permissions
...O_CREAT | O_BINARY, store->file_mode); OutStream *os; if (fd < 0) { RAISE(IO_ERROR, "couldn''t create OutStream %s: <%s>", @@ -431,9 +431,19 @@ static void fs_close_i(Store *store) static Store *fs_store_new(const char *pathname) { + struct stat stt; Store *new_store = store_new(); new_store->dir.path = estrdup(pathname); + + new_store->file_mode = S_IRUSR | S_IWUSR; + if (!stat(new_store->dir.path, &stt) && + stt.st_gid == getgid()) { + if (stt.st_mode & S_IWGRP) + umask(S_IWOTH)...
2010 Feb 06
2
R-Help
...uld I ask you a quick question? When I read a file like this, I get an error. Not sure what I am doing wrong. I use a MAC. How do I specify a full path name for a file in R? Or do files have to reside locally? > KoreaAuto <- read.table(""/Users/ raviramaswamy/Documents/Rutgers/STT 586/HW1 Data.txt"") Error: unexpected numeric constant in "KoreaAuto <- read.table(""/Users/raviramaswamy/Documents/Rutgers/STT 586" > Seems like the working directory is > getwd() [1] "/Users/raviramaswamy" > so I said this and still got an err...
1998 Jun 30
0
R-beta: Re: [S] pbinom
Btw, all the pbinom() examples posted to S-news today return the proper result in R Martin >>>>> "JS" == James Stapleton <stapleton at stt.msu.edu> writes to S-news : JS> More interesting behavior of pbinom: >> pbinom(3,2,.8) JS> [1] 1 >> pbinom(30,2,.8) JS> [1] 0.9967653 >> pbinom(40,2,.8) JS> [1] -4806.771 >> pbinom(10,5,.4) JS> [1] 1 >> pbinom...
2006 Jun 26
0
[klibc 21/43] alpha support for klibc
....h> + + .text + .align 3 + .type setjmp, at function + .ent setjmp, 0 + .globl setjmp +setjmp: + lda v0, 0(zero) + stq s0, 0(a0) + stq s1, 8(a0) + stq s2, 16(a0) + stq s3, 24(a0) + stq s4, 32(a0) + stq s5, 40(a0) + stq fp, 48(a0) + stq ra, 56(a0) + stq gp, 64(a0) + stq sp, 72(a0) + stt $f2, 80(a0) + stt $f3, 88(a0) + stt $f4, 96(a0) + stt $f5, 104(a0) + stt $f6, 112(a0) + stt $f7, 120(a0) + stt $f8, 128(a0) + stt $f9, 136(a0) + ret zero,(ra),1 + + .size setjmp,.-setjmp + .end setjmp + + .type longjmp, at function + .ent longjmp, 0 + .globl longjmp +longjmp: + mov a1, v0 + ldq...
2015 Aug 28
3
Anyone doing speech to text?
I have a similar situation here, I want to include TTS in my asterisk IVR system. Could someone give suggestion(s) please, I prefer open-source thanks in advance! Chatila, A. C. P. O. Box 365, Kihesa Street, Njombe, Tanzania. *Mob:* +255 765 154 235 *Whatsapp:* +255 653 258 608 *Website:* chax.me.tz On Thu, Aug 27, 2015 at 9:07 PM, Steve Edwards <asterisk.org at sedwards.com> wrote:
2006 Jan 02
1
problem with ldap backend
Hi, with ldap-backend, i can't set permission for shares groupwise. This is my smb.conf for a share: [cad] ? ? ? ? comment = STT CAD ? ? ? ? path = /home/data/cad ? ? ? ? readonly = yes ? ? ? ? browseable = yes ? ? ? ? valid users = @cad ? ? ? ? write list = @cad ? ? ? ? force group = cad ? ? ? ? create mask = 0664 ? ? ? ? directory mask = 0775 But this isn't working. no user of the group cad can read this share. Moreov...
2011 Nov 25
3
counting values with some conditions in a simulation
Dear R users, I am running simulations (1000), and in my simulation I am looking at specific sums. For example, if the sum is >=4 then count this, if say <3, then don't count, if the sum=3, then generate a random number from uniform distribution, if this number is say less than 0.5, then count this sum, if greater than 0.5, then don't count. I am having trouble with introducing this
2006 Jul 17
6
Nested functions
Hi there, I'm having myself a hard time writing an algorithm for finding patterns within a given melody. In a vector I'd like to find ALL sequences that occur at least twice, without having to check all possible patterns via pattern matching. I finally found a solution in a style that I'm used from C, i.e. calling one function from within another. GNU R doesn't seem to like that,
2013 Apr 16
2
An error occurred while installing jk-ferret (0.11.8.3), and Bundler cannot continue.
...: warning: too many arguments for format fs_store.c: In function ''fsi_length_i'': fs_store.c:322:5: warning: implicit declaration of function ''fstati64'' fs_store.c: In function ''fs_store_new'': fs_store.c:431:17: warning: unused variable ''stt'' compiling global.c global.c: In function ''frt_vstrfmt'': global.c:190:23: warning: assignment discards qualifiers from pointer target typ e global.c: In function ''signal_to_string'': global.c:412:14: error: ''SIGBUS'' undeclared (first us...
2023 Jul 21
0
AEAP experience
...anybody using AEAP in production? https://www.asterisk.org/asterisk-external-application-protocol-speech-to-text-engine/ i'm trying, but i have problems with opus (no response from google) another problem is i need alaw and it looks like only ulaw is supported any experience with AEAP and STT from IBM? https://cloud.ibm.com/docs/speech-to-text?topic=speech-to-text-models-ng#models-ng-telephony Marek
2010 Feb 24
0
Question
Ok so a while back I found an example for having a number dial multiple numbers and then whoever answers and confirms gets the call. (don't recall who the example was from, but thank you!) But Now today I've been playing with TTS and STT and came across the BackgroundDetect command. Now If I use this allow it works fine. But when I try and use it with this it never actually detects me talking - or if it does it doesn't connect the caller so that the Wait time expires and it goes on. So my question is how can I make this...
2005 Dec 30
1
setting access rights for shares not working for groups
...nt gorups i see all users and groups. The usermanager on windows-machines also sees the groups and knows which user is in wich group, so this part seems to be working. My Problem is, that i can't set permissions for shares groupwise. This is my smb.conf for a share: [cad] comment = STT CAD path = /home/data/cad readonly = yes browseable = yes valid users = @cad write list = @cad force group = cad create mask = 0664 directory mask = 0775 But this isn't working. no user of the group cad can read this share. Moreov...
2004 Jan 22
1
stem plot problem with the mtcars data (PR#6453)
Full_Name: Liming Liang Version: 1.8.1 OS: windows2000 professional Submission from: (NULL) (67.172.81.139) I was looking at the variable 'mpg' of the data file 'mtcars' and make a stem plot, the following is the commend I entered. The stem plot shows the largest observation is 32.9 but actually in the data the largest observation is 33.9, here might be a problem. >
2007 May 14
2
[LLVMdev] Compiling llvm-gcc in linux/ppc
...antic -Wno-long-long -fno-common -DHAVE_CONFIG_H -o f771 f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o f/expr.o f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o f/name.o f/parse.o f/src.o f/st.o f/sta.o f/stb.o f/stc.o f/std.o f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o f/stv.o f/stw.o f/symbol.o f/target.o f/top.o f/type.o f/where.o main.o libbackend.a ../libiberty/libiberty.a libbackend.a(llvm-out.o): In function `llvm_c_expand_body': llvm-out.c:(.text+0x1c2): undefined reference to `lang_expand_function_end' llvm-out.c:(.text+0x1c6): undefine...
2018 Oct 10
1
NFSv4, homes, Kerberos...
...e Debian 9, if you test what i posted below in the thread, you will see NFSv4 works fine. Below is missing one more thing, the "allow to delegate (kerberos only) " on the computer object in the AD, should be enabled. And yes, i've see bugchecks also but only on my debian .. Lenny.. Stt.. ;-) .. Its my last lenny server. No craches on jessie or stretch, i dont have fstab entries, everything is done by systemd. My problem is not crashing, but building the vfs_nfs4acl_xattr module. Kerberos and NFSv4 works fine here, but now i want the vfs_nfs4acl_xattr module with it. But th...
2020 Oct 07
0
How to use R for Speech to text conversion
Have you checked here: https://cran.r-project.org/web/views/NaturalLanguageProcessing.html Speech to text is a very complex, specialized task requiring, I would expect, a lot of IP. It would not surprise me if you have to resort to big time, specialized software products with or without R. "Speech to text with R" found some hits, but mostly the google package you refer to. You might do
2020 Oct 07
3
How to use R for Speech to text conversion
Hi Iam a newbie to NLP and I would like to get some directions on how to convert speech file to text Google search leads me to using GoogleLanguageR Package and API's but these need payments to be made for Google. Can someone suggest ways in which I can do the speech to text conversion in R studio ? Thanks for your help and time Regards Gayathri [[alternative HTML version deleted]]
2005 Mar 15
1
SMB signing broken? 3.0.7 -> 3.0.8
...OID=1 2 840 113554 1 2 2 got OID=1 2 840 113554 1 2 2 3 got OID=1 3 6 1 4 1 311 2 2 10 got principal=loneswdbp4$@DBG.ADS.DB.COM Doing kerberos session setup Ticket in ccache[MEMORY:cliconnect] expiration Wed, 16 Mar 2005 00:41:18 GMT add_trusted_domain: TRAN is an NT4 domain Added domain TRAN tran.stt S-1-5-21-343818398-606747145-725345543 add_trusted_domain: ADS is an NT4 domain Added domain ADS ADS.DB.COM S-1-5-21-1960408961-1935655697-1801674531 ....etc === 3.0.8: /usr/bin/winbind -i -d3 === ... Ticket in ccache[MEMORY:winbind_ccache] expiration Wed, 16 Mar 2005 00:43:41 GMT ads: trusted_d...
2013 Apr 16
1
An error occurred while installing jk-ferret (0.11.8.3), and Bundler cannot continue.
...: warning: too many arguments for format fs_store.c: In function ''fsi_length_i'': fs_store.c:322:5: warning: implicit declaration of function ''fstati64'' fs_store.c: In function ''fs_store_new'': fs_store.c:431:17: warning: unused variable ''stt'' compiling global.c global.c: In function ''frt_vstrfmt'': global.c:190:23: warning: assignment discards qualifiers from pointer target typ e global.c: In function ''signal_to_string'': global.c:412:14: error: ''SIGBUS'' undeclared (first us...