Displaying 20 results from an estimated 60000 matches similar to: "Unicode + aspell problem"
2009 May 03
13
Ruby or Rails bug?
In irb all works fine:
# irb
irb(main):001:0> require ''rubygems''
=> true
irb(main):002:0> require ''raspell''
=> true
irb(main):003:0> speller = Aspell.new("ru_RU")
=> #<Aspell:0x7f8692c9d158>
irb(main):004:0> speller.suggestion_mode = Aspell::NORMAL
=> "normal"
irb(main):005:0>
2009 Sep 10
1
Snow Leopard and raspell
I''m having trouble with raspell after upgrading to Snow Leopard. When I
start up the console in one of my apps that uses raspell I receive the
following error message:
Loading development environment (Rails 2.1.0)
dyld: lazy symbol binding failed: Symbol not found: _new_aspell_config
Referenced from:
/Library/Ruby/Gems/1.8/gems/raspell-1.1/lib/raspell.bundle
Expected in: flat
2006 Feb 06
0
raspell / aspell
Has anyone had any luck getting the "add_to_personal" function of the
raspell plugin to work? I followed the instructions at http://
deezsombor.blogspot.com/2005/08/how-to-build-ajax-ed-spellchecker-
with.html to create my basic form, but trying to add words to the
dictionary doesn''t do anything (i.e. the words get marked as
incorrect the following time).
2019 Jun 08
0
Does CentOS support aspell?
On Sat, 8 Jun 2019 17:27:19 -0000 (UTC)
Beartooth wrote:
>
> I haven't run CentOS on a machine of my own for several years;
> but my domain (NOT the address I post from) is hosted on a machine
> running CentOS. The list for the mailer I run recommends using aspell,
> which is not installed (according to rpm -q) on the remote host, as a
> spellchecker.
>
> Does
2008 May 30
1
Unicode characters (R 2.7.0 on Windows XP SP3 and Hardy Heron)
Hi all
Four questions regarding Unicode.
Three Windows questions. I am using
- a PC with Windows XP (Build 20600.xpsp080413-2111 (Service Pack 3);
- the following R version:
> R.version
platform i386-pc-mingw32
arch i386
os mingw32
system i386, mingw32
status
major 2
minor 7.0
year 2008
month 04
day 22
svn
2008 Apr 21
1
UTF-8 or Unicode on Windows PC
Dear all,
is it possible to set up RGUI or JGR on Windows PC to UTF-8 encoding?
I looked for it in mailing lists and in the documentation, but I
couldn't figure out it.
My problem is e.g. to split a given string containing German and
Russian words into characters.
example:
> a <- "asd?as"
> strsplit(a,NULL)
[[1]]
[1] "a" "s" "d"
2012 Jun 30
0
Using Pers. Dictionary with Aspell in R
My goal is to use Aspell 0.60 with a personal dictionary within R. Running
WinXP, R 2.15.1, and Cygwin's install of Aspell 0.60. Using a test file
with 2/5 words misspelled:
SpellTest.txt
test
text
txxt
endeavour
mytzlplk
and dictionary files (aspell.en.pws, and spell.en.prepl respectively) of:
personal_ws-1.1 en 0
mytzlplk
personal_repl-1.1 en 0
mytzlplk superman
and R expression of:
2013 Jan 07
0
aspell(..., dictionaries) incorrectly passes double-quoted arguments via shell() [and a patch]
Hi, I think I found a bug in aspell() on Windows. Specifying argument
'dictionaries' for aspell() does not work on Windows, which I believe
is because it tries to pass a quoted command line option via shell().
THIS WORKS:
# Create a text file to be spell checked
> writeLines(c("Hello", "world", "ANOVA"), con="text.txt")
# Check it (word
2011 Oct 17
0
CEBA-2011-1372 CentOS 5 x86_64 aspell FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011-1372
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1372.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
32c1b48c17a72e336d975050b65f9928 aspell-0.60.3-12.i386.rpm
d16277c57a858e0ed63dbfc8db133ce4 aspell-0.60.3-12.x86_64.rpm
aec8503cf1dc3e0915c7b1697df159dd
2005 Oct 16
6
FreeMIS Open Source Project - packaging advice needed
Hi. FreeMIS is about ready for a first release as a Ruby-on-Rails based
application.
I''m beginning to realise that there''s a lot of stuff to be installed before
you can get even a WEBrick served version up and running:
MySql, Ruby, ruby-mysql bindings, rubygems, rails, and a couple more gems -
raspell (which needs aspell) and tzinfo.
I''m trying to figure out the
2009 Nov 06
1
Question about aspell, alpine and a Xen guest
I have some weird behavior I can't explain... I've noticed this behavior
since CentOS 5.2 (version I started running) through 5.4...
I am running a Xen host/VM. On my guest VM, I use Alpine as my email
client and Aspell as the spell-check... For whatever reason, when Aspell
is kicked off - there appears to be what I'd call a prolonged pause before
Aspell does its job. Should I
2011 Oct 17
0
CEBA-2011-1372 CentOS 5 i386 aspell FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011-1372
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1372.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
32c1b48c17a72e336d975050b65f9928 aspell-0.60.3-12.i386.rpm
aec8503cf1dc3e0915c7b1697df159dd aspell-devel-0.60.3-12.i386.rpm
Source:
2012 May 15
0
CEBA-2012:0581 CentOS 5 aspell-en FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:0581
Upstream details at : http://rhn.redhat.com/errata/RHEA-2012-0581.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
3f3a755d69e428cdaeae28072937ef488c496fcdbfd6fd933cf53c900919a55e aspell-en-6.0-3.i386.rpm
x86_64:
2004 Apr 15
1
Re: wxRuby and Unicode
I think so (especially if you build from source), but I''m not 100% sure.
I''ll forward this to the wxRuby user''s ML -- Kevin Smith probably knows.
Curt
> -----Original Message-----
> From: Wayne Magor [mailto:wemagor@hotmail.com]
> Sent: Thursday, April 15, 2004 12:19 AM
> To: ruby-talk ML
> Subject: wxRuby and Unicode
>
>
> Is it possible to
2007 May 20
4
forcing codepage for non-unicode apps
Hello.
I've a problem running a few apps that are supposed to output some
text in Russian, but it's not displayed correctly (instead it looks
like text in the web browser when wrong charset is selected).
I think these applications try to use GDI or standart Windows
controls with non-unicode text in Windows-1251 Cyrillic codepage
and it doesn't work. AFAIK in Windows XP there was
2011 Oct 13
0
CEBA-2011:1368 CentOS 5 x86_64 aspell-sr FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1368
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1368.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
7241fbc998c534f156d836abef3cee1a aspell-sr-0.02-2.x86_64.rpm
Source:
298c2c9564bc4e96345c409c31b48295 aspell-sr-0.02-2.src.rpm
--
Johnny Hughes
CentOS
2011 Oct 13
0
CEBA-2011:1368 CentOS 5 i386 aspell-sr FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1368
Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1368.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
e05670c8c1de2f31d98c993e3694d163 aspell-sr-0.02-2.i386.rpm
Source:
298c2c9564bc4e96345c409c31b48295 aspell-sr-0.02-2.src.rpm
--
Johnny Hughes
CentOS Project {
2008 Sep 27
0
Aspell crash
Hi
I recently extracted the spelling correction functionality from
Ultrasphinx and started to use it in Thinking Sphinx plugin.
Today I noticed that both thin instances on the server died and this is
what thin log says:
>> Thin web server (v0.8.2 codename Double Margarita)
>> Threaded mode OFF
>> Maximum connections set to 1024
>> Listening on 0.0.0.0:7001, CTRL+C to
2014 Feb 15
0
Emacs and Ispell, Aspell and Hunspell
CentOS members,
This is another CentOS, Emacs upgrade question:
Since upgrading from CentOS 5.10 and Emacs 21.4.1 to CentOS 6.5 and
Emacs 23.1.1 I am trying to get a spell checker working in emacs.
Previously I used aspell and everything "just worked". Now I gather
that hunspell is the norm but after installing it, when I try it it
"just doesn't work".
If I
2010 May 19
1
Multiple language output - Correct in RGui, wrong in .txt after sink()
I have the following problem with outputting multilingual data to a file.
I get (except for Korean) what I expect as result in the RGui, but when I
use sink() to output to a text file loose the characters in the foreign
languages.
I post a small example below. Since I am not sure how well my email system
as the list copes with all the different characters I have additionally
created a pdf