similar to: spelling with <g>?

Displaying 20 results from an estimated 300 matches similar to: "spelling with <g>?"

2002 Jul 12
2
Lattice help (again?)
I appologize if this post is a duplicate, but I did not get my first post myself.. Here is my original post: --------------------------------- Hi all, I've got some troubles with a Lattice plot. The error I get is Error in Ops.factor(groups[subscripts], vals[i]) : Level sets of factors are different which sort of doesn't make sense to me. Can you please help me figure out what
2006 Apr 11
1
Change in lattice dotplot?
Dear list, I used to have this code in a Sweave document: sel <- placeDF$Place == "Velar" & placeDF$manner == "Plosive" table(placeDF$agem[sel], placeDF$place[sel]) -> pd print( dotplot( prop.table(pd,margin=1), auto.key=list( space="right" ), xlab="Relative Frequency",
2009 Sep 04
2
smbclient gives strange results
Hello, I've been using Samba on a Sun server but we recently discontinued using the Sun and switched to using Samba on a RH linux server. I can't get file sharing to work on the new server. When I test the connection to the samba server (velar) by running smbclient //velar/homes -U eric I get an error message referring to NT_STATUS_BAD_NETWORK_NAME. I can't find any reason for this
2005 Nov 09
1
Problems with Shapiro Wilk's test of normality.
Hi, I am trying to create a table with information from Shapiro Wilk's test of normality. However, it fails due to lack of sample size, it says, but the way I see it, this is not a problem. (See the table of sample sizes (almost) at the bottom). Applying a different function using a similar ftable call is not a problem (See the bottom table). This is R 2.1.0 on Linux (Gentoo). /Fredrik
2009 Dec 15
2
Regression in wideband encoding quality between b1 and rc1
Hello, To start with, thanks a lot for making such a great voice codec available! Having recently upgrading to speex rc1, It occurred to us that there seems to have been a regression in the quality of encoding since version beta1. We are compressing some 22khz wave files in wb mode with maximum quality / complexity in VBR, and the result was really great with speex beta1. With rc1 (or beta3),
2011 Dec 04
2
let's get this established, one way or the other, once and for all
seumas said: > What confuses me is what > this all has to do with markdown. david said: > I find discussion of techniques for > building Markdown parsers very interesting. i can justify myself. indeed, it's a good exercise every so often, just to ensure that your position and directionality are focused. but it's not right, or fair, that every month, someone
2009 Dec 16
0
Regression in wideband encoding quality between b1 and rc1
On 15/12/09 10:37, Blaise Potard wrote: > Having recently upgrading to speex rc1, It occurred to us that there > seems to have been a regression in the quality of encoding since > version beta1. Just curious, did you identify where exactly the regression occurred? > We are compressing some 22khz wave files in wb mode with maximum > quality / complexity in VBR, and the result was
2007 Mar 28
3
The Best Language Tools - Best Dictionaries of all languages
The Best Language Tools - Best Dictionaries of all languages The most popular language sites worldwide and its unmatched translation tools are in daily use in such prestigious organizations as the World Intellectual Property Organisation or the European Community Translation Services. http://info-booster.blogspot.com/ has plenty of links to Mono-lingual and Language Translation dictionaries,
2009 Dec 16
1
Regression in wideband encoding quality between b1 and rc1
Hello Jean-Marc, and thanks a lot for your quick answer! 2009/12/16 Jean-Marc Valin <jean-marc.valin at usherbrooke.ca>: > On 15/12/09 10:37, Blaise Potard wrote: >> >> Having recently upgrading to speex rc1, It occurred to us that there >> seems to have been a regression in the quality of encoding since >> version beta1. > > Just curious, did you identify
2002 Mar 19
3
Psycho-acoustics research
Hi. I'm an undergraduate linguistics major and computer science minor at the University of Colorado in Boulder, and am taking a couple classes this semester which give me the opportunity to do a research project - one on introductory acoustics in the physics department, and one in the linguistics department on phonetics and phonology. I've got an idea, but I'd like to hear from anyone
2004 Feb 11
6
Spelling (PR#6570)
I came across this in connection with an unrelated issue > beta[2] Error in beta[2] : object is not subsettable > beta[2] <- 5 Error in "[<-"(`*tmp*`, 2, value = 5) : object is not subsetable One of the messages must be wrong, but I need a native English speaker to tell me which one. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of
2010 Mar 05
11
Markdown development
Not only is [Markdown] dead, it's starting to smell really bad. (Apologies to Pike.) It's author appears to have little interest in developing the tool and participating in the community which uses it. I'd like to see the community cooperate toward a specification which addresses the shortcomings and ambiguities of Markdown (even if it need be released under a new name).
2011 Jun 23
4
markdown conversions
alan said: > I think I am in agreement, > if by "isn't necessary" you mean to say that > simply providing more features to Markdown > doesn't force end users to use them, > or even really know they exist. except that wasn't what i meant. i mean that it's not necessary to trade simplicity in order to get the power of additional
2008 Feb 03
4
Extract vowels and consonants using Ruby Regex
Hello, I am trying to build a regex to extract vowels and consonants from a string. So far, I am able to extract the basic a-e-i-o-u sequence using the following extension to the String class: class String def vowels scan(/[aeiou]/i) end def consonants scan(/[^aeiou]/i) end end examples: >> "Mary had a little lamb".vowels => aaaiea >> "Mary had a
2011 Nov 25
0
Making vowelplot() (from the vowels pkg) work
Hello everyone. I've got some acoustic data I want to display for a project in my linguistics class. The vowels pkg supposedly does precisely what I need, but even the samples given in the documentation won't run on my system. Package and example is here: http://ncslaap.lib.ncsu.edu/tools/norm/package/html/vowels-package.html I get the error that indicates a mismatch between the
2001 Sep 24
1
need help creating means table
Hello, I have been trying to use by to create a means table, but receive the error " by(xx, list(subjs, cons, vowels), mean) Error in Summary.data.frame(..., na.rm = na.rm) : only defined on a data frame with all numeric or complex variables" when the data frame consists of three factor columns (subjs, cons and vowels) and 5 numeric data columns. The output I'm looking for is a
2009 Oct 22
1
Converting a Vector into a 2-level Factor
Hello Everyone, Let's say I have a vector as follows: vowels = c("aa", "aa", "ah", "ao", "eh) I want to make a factor consisting of two levels: the things that are "aa" and those that are not "aa". How would I do that? I tried using factor(vowels, levels=c("aa", "~aa"), exclude=NULL), but this gives
2008 Dec 02
0
Patch for perl Search::Xapian spelling
Hi Olly, Please find attached my latest patch for the Perl spelling stuff. I've also added the missing sections in the man pages. I've left most of the unit tests out since I don't have enough experience with Xapian to comfortably code these. If you could pop those in when you get the time, that would be great. Cheers Henry Combrinck -------------- next part --------------
2013 Jun 30
2
[PATCH][git] doc/ txt/: Spelling
The following changes since commit d44ea657666e3a34d3859fc7262185e24c0b40fe: Matt Fleming (1): Merge tag 'syslinux-5.11-pre3' into firmware are available in the git repository at: git://github.com/geneC/syslinux.git doc-for-mfleming Gene Cumm (1): doc/ & txt/: Spelling fix doc/syslinux.txt | 4 ++-- txt/syslinux.cfg.txt | 6 +++--- 2 files changed, 5
2013 Jul 01
0
[PATCH][git] doc/ txt/: Spelling
On Sun, 30 Jun, at 12:56:32PM, Gene Cumm wrote: > The following changes since commit d44ea657666e3a34d3859fc7262185e24c0b40fe: > Matt Fleming (1): > Merge tag 'syslinux-5.11-pre3' into firmware > > are available in the git repository at: > > git://github.com/geneC/syslinux.git doc-for-mfleming > > Gene Cumm (1): > doc/ & txt/: Spelling