similar to: Indic language display problem (character order)

Displaying 20 results from an estimated 1000 matches similar to: "Indic language display problem (character order)"

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
2011 Sep 22
0
CEEA-2011:0978 CentOS 5 i386 fonts-indic Update
CentOS Errata and Enhancement Advisory 2011:0978 Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-0978.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 83b71dbffb3eaa233d58c697e620d698 fonts-bengali-2.3.1.1-2.el5.noarch.rpm 956ac6b5b2458513e573266b5137c03f fonts-gujarati-2.3.1.1-2.el5.noarch.rpm
2011 Sep 22
0
CEEA-2011:0978 CentOS 5 x86_64 fonts-indic Update
CentOS Errata and Enhancement Advisory 2011:0978 Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-0978.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: 3ca888ec20d7f15ae29c564cfce06f79 fonts-bengali-2.3.1.1-2.el5.noarch.rpm dd460f344e0880d15c648f9acde90251 fonts-gujarati-2.3.1.1-2.el5.noarch.rpm
2008 Sep 25
1
Repeated factor levels - inconsistency of factor and levels<- functions?
Hello, I have a vector x containing letters ("a", "b" etc.). Now I want to convert it to factor and group some letters into one common level. If I do it by factor function, giving the same label names for all values I want to group, it doesn't work: > x<-letters[1:5] > x [1] "a" "b" "c" "d" "e" >
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
2001 Mar 04
1
bubblebabble patch
Hi, Here is a patch that adds the possibility of displaying key fingerprints in the bubblebabble format used by ssh.com ssh implementations. I hope it makes its way into the source. --- ./openssh-2.5.1/key_original.h Sun Mar 4 00:47:55 2001 +++ ./openssh-2.5.1/key.h Sun Mar 4 00:57:57 2001 @@ -36,6 +36,17 @@ KEY_DSA, KEY_UNSPEC }; + +enum digest_type { + DIGEST_TYPE_SHA1, +
2011 Jun 10
0
Wine release 1.3.22
The Wine development release 1.3.22 is now available. What's new in this release (see below for details): - Support for Indic text shaping. - Generation of stubless code in the IDL compiler. - Support for X files in D3DX. - 4- and 24-bit bitmap formats in the DIB engine. - Listview performance improvements. - Various bug fixes. The source is available from the following
2009 Mar 01
6
Esword just started crashing with segmentation fault
Hi all, Been using Esword for months on a self-compiled wine (the self-compilation was for WC3 hosting, but that's another story). Just today I tried to start it up as usual and it flashed the main window and crashed. Running the command from the terminal just gives me the cryptic 'segmentation fault' error. I've tried upgrading Wine to 1.15 and 1.16 both, as well as a downgrade
2011 Jun 24
0
Wine release 1.3.23
The Wine development release 1.3.23 is now available. What's new in this release (see below for details): - Support for stubless COM proxies on x86-64. - Builtin dxdiag now outputs real information. - Monochrome bitmap format in the DIB engine. - Beginnings of a true shell Explorer builtin. - A number of new D3DX9 functions. - More support for Indic text shaping. - Various bug
2011 Aug 18
1
Specifying data point locations on x-axis using boxplot() and points()
Hi all, I would like to ask a question with regard to R graphics. I am currently trying to add data points in boxplots using points(). In my script, I add up boxplots three times using add=TRUE. I use points() every time I add boxplots, and I see data points. However, I see all data points are clustered at three specific points on x-axis; the locations of the data points are not overlapping with
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
2004 Aug 06
0
de-essing into speex?
Representative of Olav, >like if you say "someone said the sun is shining", there is a lot of >ess sounds, and these will sound "computer-ish" at vbr qualities below >9. I don't mean to be rude but what bit rate is windows media encoder encoding at and what encoder (type) are you using... Unless its low (32kbps-8kbps) it doesn't compare to speex (spx).
2010 Oct 28
0
PLC in Speex-
I've been working on improving packet loss concealment in my VoIP client -- I hadn't actually realized speex performed some PLC until I was looking at nb_decode(). There are two things I'd like to do, and I think both will require some modification to nb_decode() and nb_decode_lost(). - I'd like to have my frames overlap by some number of samples. This is intended to reduce the
2010 Oct 28
0
PLC in Speex
I've been working on improving packet loss concealment in my VoIP client -- I hadn't actually realized speex performed some PLC until I was looking at nb_decode(). There are two things I'd like to do, and I think both will require some modification to nb_decode() and nb_decode_lost(). - I'd like to have my frames overlap by some number of samples. This is intended to reduce the
2009 Sep 20
1
DO NOT REPLY [Bug 6747] New: rsync recopies files with diacritics in the file names.
https://bugzilla.samba.org/show_bug.cgi?id=6747 Summary: rsync recopies files with diacritics in the file names. Product: rsync Version: 3.0.5 Platform: x86 OS/Version: Mac OS X Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: mmcmonster
2004 Aug 06
0
Re: Preprocessing and Echo Cancellation Notes.
> 1) AGC: This seems to work pretty well in all cases. I had previously > hacked-in the "compander" filter from sox for a similar effect. What > I've noticed is that speex_preprocess's AGC has no "knobs", and it > seems to use an attack/decay that is a lot faster than what I had > chosen from the sox compander, but it works pretty well nonetheless.
2004 Aug 06
2
Preprocessing and Echo Cancellation Notes.
First, I'd just like to thank the Speex community, and Jean-Marc especially, for their great work. I'm developing a VoIP library (which uses IAX, the asterisk protocol) as the network protocol. I've been putting off integrating Speex for a while, as things have been working pretty well so far with GSM. (for those interested, the code is at iaxclient.sourceforge.net). However,
2011 Jan 31
1
Re: e-sword under a tiling WM
ngoonee wrote: > > vitamin wrote: > > > > ngoonee wrote: > > > Well, why does my WM know about other wine apps but not e-sword? > > > > Popup, tooltip, and like windows (most windows without caption) are created as unmanaged. It all depends on what kind of windows program is using. > > > I don't think e-sword is an unmanaged window. It has a
2024 Mar 01
1
gsub issue with consecutive pattern finds
Here's another *incorrect* way to do it -- incorrect because it will not always work, unlike Iris's correct solution. But it does not require PERL type matching. The idea: separate the two vowels in the regex by a character that you know cannot appear (if there is such) and match it optionally, e.g. with '*" repetition specifier. I used "?" for the optional character
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