Displaying 20 results from an estimated 700 matches similar to: "Phonetic symbols (IPA) in R graphics"
2004 May 03
2
adding a method to the dist function
Hi all,
I'd like to add the Bhattacharyya method to the dist function.
What is the best way to do this? I'm using R 1.9.0 and I was looking
for the code that defines the already existing distances, but I didn't
manage. As far as I understand, dist is defined in mva that is part
of the stats package now, but where is the code?
Thank you very much,
Giampiero
2004 Mar 19
3
how to fix a factor
Hi all,
I created a data frame with three factors, plus the response that
looks like this:
x1 x2 x3 y
a 1 1 0.3
a 2 1 0.1
b 1 1 0.4
c 4 3 0.1
...
I would like to analise the effect of two of them, keeping the third fixed
(I already know the effect of the last). The reason why I don't create several
data frames for each value of the thirs factor is simply convenience (I'd like
to be able
2004 Jan 16
2
reference to objects
Hi,
is there a way to reference to a data object without copying it?
For example I have a huge matrix called dist and I want two objects
obj1 and obj2 to have a memeber dist that points to the matrix, but
I don't want, for memory reasons, to copy the matrix twice.
As far as I understand the following code will generate three copies
of my data:
dist <- some_code_that_generates_data
2007 Jan 19
2
combn implementation
Hi,
I was checking the source code to the function combn that "generates
all combinations of the elements of 'x' taken 'm' at a time.",
because I wished to modify it. I have a doubt about a statement.
This is the main loop.
._1 <- 1:1
nmmp1 <- n - m + ._1
while (a[1] != nmmp1) {
if (e < n - h) {
h <- ._1
e <-
2007 Feb 28
1
adding graphics after dev.copy
Hi,
I am trying to create a plot and save it as pdf to the file
file1.pdf, then add some details and save the new plot as file2.pdf.
I would like to avoid repeating all the instructions needed to create
file1.pdf when I create file2.pdf.
This is what I have tried:
pdf(file="file1.pdf")
plot(1:10)
dev.copy(pdf,file="file2.pdf")
points(2,3)
dev.off()
dev.off()
When I run
2007 Feb 28
1
incremental plots with pdf and dev.copy
Hi,
I am trying to produce incremental plots directly using the pdf
device. I mean that I want to produce a plot, save it in a pdf
file, then add details and save the new plot in a new file, and
so on. Before I used to do this with x11, by just adding graphics to
a plot and then using dev.copy2eps at the right times for each eps
figure. Now I want to do this in batch mode and the x11 device is not
2004 Feb 02
2
ordering in dotplot
Dear R-friends,
the dataset I am using (data.it) is organized as follows
partner stp btp reg
hk 0.64 1 s
ger 0.27 1 d
tur 0.27 1 s
rom 0.24 1 s-f
por 0.24 1 s
spa 0.23 1 s
gre 0.22 1 d-f
aus 0.17 1 d
uk 0.16 1 s
be 0.16 1 d
arg 0.15 1 s
usa 0.13 1 d-f
fra 0.13 1 s
neth
2014 Dec 30
2
Adding support for phonetic correction via soundex algorithms
Hello!
I'm Shubham Sharma, a 3rd year Information Systems student at BITS Pilani,
and I'd like to explore the possibilities of a GSOC Project that would aim
at improving the tolerant retrieval capabilities via *phonetic* correction(:
misspellings that arise because the user types a query that sounds like the
target term. ) I did find spelling correction via edit distance in
2004 Dec 26
2
Prosodic/phonetic analysis with R
Hi Folks,
I'm interested in looking (in a beginner's amateurish way)
at prosodic/phonetic analysis of recorded speech.
In particular I would want to use R to formulate and
evaluate specific models.
So I would like to ask R people for their recommendations
for a program which would
a) Take as input a sound file in one of the common formats
(".wav", ".au")
b)
2006 Jan 23
9
Xen on USB Key
Hi list,
Here is the idea. I am running a domU out of a partition on a USB drive. I
use the other partition to store the domU state. Then I carry this USB key
to my office and restore the VM at the point where I left it. Thus I am
trying to use xen''s virtualization to carry my desktop on a USB key.
I have put up a web page explaining the details and a script to prepare the
USB key.
2024 Mar 02
1
installation: while running make, unable to run pdflatex on 'NEWS.tex'
? Fri, 1 Mar 2024 10:46:53 -0500
Benjamin Tyner <btyner at gmail.com> ?????:
> my platform info:
>
> Platform: x86_64-pc-linux-gnu (64-bit)
> Running under: Ubuntu 22.04.4 LTS
Quick things first: have you installed all the build-dependencies? apt
build-dep r-base (maybe with --install-suggests? haven't tried that in
a while) should do that. In particular, the build
2005 Feb 26
3
Language Problems
Guys
Im having a few issues with Languages.
Ive setup the english language is it came from default:
/var/log/asterisk/sounds
/var/log/asterisk/sounds/phonetic
/var/log/asterisk/sounds/digit
/var/log/asterisk/sounds/letters
and then Spanish as
/var/log/asterisk/sounds/sp
/var/log/asterisk/sounds/sp/phonetic
/var/log/asterisk/sounds/sp/digit
/var/log/asterisk/sounds/sp/letters
Then one of
2006 Nov 25
5
Metaphone analysis
Not sure how much this will interest people but I don''t have a blog so I''m
posting something I threw together today cause I think it might be useful.
In what little free time I have I''ve been wanting to put together a
Rails/Ferret based restful dictionary. So I finally got a chance to get
started today so the first thing I wanted to do was implement a metaphone
2005 Dec 13
3
is my initramdisk right? also getting ''Error opening /dev/console'' error
Hello,
I am getting kernel panic while trying to xm create a domU.
Xen version 3.0
Linux kernel 2.6.12.6
Grub entry for dom0:
title Xen 3.0 / XenLinux 2.6
kernel /boot/xen- 3.0.gz console=vga
module /boot/vmlinuz-2.6-xen0 root=LABEL=/ ro console=tty0
module /boot/initrd-2.6.12.6-xen0.img
For domU, my xm file contains:
kernel = "/boot/vmlinuz-2.6.12.6-xenU "
2004 May 09
3
German sound files available
Hi there,
today I made the German language prompts available for download:
http://www.karl.aegee.org/asterisk.nsf/HT/sound-de
Be aware: Asterisk doesn't yet fully support languages other than
English, there are still (smaller) issues with voicemail and date/time
announcements that require a patch.
Cheers, Philipp
2003 Jul 12
1
keymap loading problems, 'kbdcontrol: invalid key definition'
hi,
after doing a make world yesterday, I got the following error when
trying to load the bg.phonetic.ctrlcaps keymap that I use:
% kbdcontrol -l bg.phonetic.ctrlcaps
kbdcontrol: invalid key definition
%
I checked the file (not knowing what else to do) and couldn't find
anything wrong with it.
does anyone have any ideas?
ps: when loading the pl_PL.ISO8859-2 keymap, I get the same error.
2006 Jan 07
2
Some comments on the Vorbis FAQ
Hi,
http://www.vorbis.com/faq/#mean points to
http://www.xiph.org/xiphname.html, which is dead. The actual content
is at http://www.xiph.org/xiphname.shtml
The Xiph names page seems to be in UTF-8, but its meta tag mentions
ISO 8859-15, which can cause problems with raw characters for the
pronunciations.
I propose the use of the International Phonetic Alphabet. How about
[?g]/[?g] for Ogg and
2011 Apr 30
3
using tapply with multiple variables
HI All,
I have a long data file generated from a minimal pair test that I gave to
learners of Arabic before and after a phonetic training regime. For each of
thirty some subjects there are 800 rows of data, from each of 400 items at
pre and posttest. For each item the subject got correct, there is a 'C' in
the column 'Correct'. The line:
tapply(ALLDATA$Correct,
2007 Apr 13
2
voicemail - "digits/1F does not exist in any format"
I've got a voicemailbox with one message store. When I try to read it,
I get the followiing error:
ast_openstream_full: File digits/1F does not exist in any format
Obviously, I can just clear out that mailbox, but is this a bug that I
should be reporting?
/Per Jessen, Z?rich
2006 Nov 29
1
AGI PHP Issues (Not new to Asterisk but new to AGI)
Sorry to bother you all with what is probably a simple question.
I am attempting my first go at a simple AGI application using PHP (Getting
Asterisk to SAY PHONETIC ABC). I have dabbled with PHP but I am by no means
a professional standard developer.
My script seems to execute ok, and I can see asterisk playing the sounds but
my phone goes from ringing to busy, and I don't hear the