similar to: Firefox spelling checker

Displaying 20 results from an estimated 120 matches similar to: "Firefox spelling checker"

2007 Mar 19
1
InstMsiA cannot be installed
WINE 0917 cannot install InstMsiA [lando@localhost WINE_0917]$ wine /home/lando/WINE_0917/InstMsiA.exe fixme:msiexec:main /regserver not implemented yet, ignoring fixme:msiexec:main /unregserver not implemented yet, ignoring
2006 Jul 19
1
plain shading (not residuals) in mosaic plot
Hello. I've been using R for a couple of months and enjoying it a lot. This is my first post to R-help. I'm using the vcd package to make mosaic plots with labels on the tiles indicating the number of items in each cell. For example, I've made this plot: > allmorph<-structure(c(10, 26, 17, 100, 70, 97, 253, 430, 185, 177, > 25, 1), .Dim = as.integer(c(6, 2)), .Dimnames
2009 Feb 22
4
Help running program
I'm pretty new to Linux and wine, and I hope someone can help me with this. When I try to run a .exe, I get this: > fixme:shdocvw:PersistStreamInit_InitNew (0x12ae38) > err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2! > err:ole:ITypeInfo_fnInvoke did not find member id -504, flags 0x2! > fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x12ae38)->(0) >
2010 Sep 28
1
statistic test plot
Hi, I am a beginner in R and is trying to plot some dot plot from t test result. I was following the example ## Example from z.test -- requires TeachingDemos package # library(TeachingDemos) # z.ex <- z.test(rnorm(25,100,5),99,5) # z.ex # plot(z.ex) but encounter this error for the last command Error in plot.window(...) : need finite 'xlim' values In addition: Warning messages: 1:
2013 May 24
4
Frustrated. Java on Centos 6 doesn't give an error message when downloading from a Samsung Galaxy S3
SUMMARY: Maybe this all boils down to "how do we debug when Java fails on Centos 6? DETAILS: If you don't have the Samsung Galaxy S3, then you might not realize how frustratingly difficult it is to transfer multiple files from the smartphone to Centos 6. It should be as simple as hooking up a USB cable and dragging and dropping (which it is, on most other smartphones, including the
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 --------------
2008 Feb 20
2
spelling with <g>?
Hello, What should the following input produce? Dutch has shifted Germanic g to the velar fricatives [?] and [x], but retained the spelling with <g> and thus at least a visual similarity to German; English and Frisian have shifted g to [j] before palatal vowels The Dingus says: <p>Dutch has shifted Germanic g to the velar fricatives [?] and [x], but retained the spelling
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
2013 Jul 01
2
[PATCH][git] doc/ txt/: Spelling
On Mon, Jul 1, 2013 at 5:54 AM, Matt Fleming <matt at console-pimps.org> wrote: > 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: >> >>
2013 Jul 02
0
[PATCH][git] doc/ txt/: Spelling
The following changes since commit 9d4ab9d6ae3149465368e19334bf8f162cc36051: Matt Fleming (1): load_linux: validate sanity of 'initrd_addr_max' 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 | 5 +++-- txt/syslinux.cfg.txt | 6 +++--- 2 files changed,
2013 Dec 10
0
[PATCH net-next 3/3] virtio_net: spelling fixes
Signed-off-by: Stephen Hemminger <stephen at networkplumber.org> --- a/drivers/net/virtio_net.c 2013-12-09 16:12:41.409051865 -0800 +++ b/drivers/net/virtio_net.c 2013-12-09 16:12:43.872996856 -0800 @@ -873,7 +873,7 @@ static netdev_tx_t start_xmit(struct sk_ /* * Send command via the control virtqueue and check status. Commands * supported by the hypervisor, as indicated by feature
2010 Jan 01
1
Multiple spelling suggestions
Is there a way to get a list of spelling suggestions from Xapian? Database::get_spelling_suggestion (obviously) returns just a single suggestion. Garrett
2010 Jul 28
1
Spelling correction confusion
If I spell "commission" wrongly with an s instead of a t, Xapian (via the QueryParser's get_corrected_query_string function) is finding the right spelling: http://www.whatdotheyknow.com/search/commistion However, if I miss the s out completely, it doesn't find it: http://www.whatdotheyknow.com/search/commision Any idea why that is? Missing the last i out also doesn't
2010 Aug 20
1
Spelling suggestion across search cluster
Greets, I suppose this isn't a major issue, but are there any plans to complete the spelling suggestion facility across a search cluster? I seem to recall reading somewhere in the docs that it's TODO. Regards Henry
2010 Oct 24
1
Cannot index with dynamic spelling data (Perl/Search::Xapian)
This is my test case, what am I doing wrong? It seems that the API is used incorrectly, but I cannot find the problem... --- 8< --- #!/usr/bin/perl use Search::Xapian qw(:all); use strict; my $xa = new Search::Xapian::WritableDatabase ("/tmp/xapian", DB_CREATE_OR_OVERWRITE); my $indexer = Search::Xapian::TermGenerator->new();
2011 May 09
1
Multiple spelling suggestions
Hello, I am looking at the Xapian database spelling support, with the idea of getting rid of the cumbersome use of aspell in my application. One advantage of aspell, though, (in my eye), is that it can supply a list of alternate spellings, not just the one it considers best. In some cases, this can be useful. 2 examples on my test index: porbability: xapian suggests portability, which is nice,
2007 Aug 11
1
[LLVMdev] Spelling correction
http://llvm.org/doxygen/classllvm_1_1ExecutionEngine.html "Constant*" misspelled as "Constnat*" at: GenericValue ExecutionEngine::getConstantValue ( const Constant * C ) [protected] Sandro
2007 Nov 14
1
Problem indexing text with spelling enabled in Perl
Hi All, I'm using the TermGenerator::index_text() on version 1.0.4 with the FLAG_SPELLING turned on, because the new spelling suggestion stuff seems awesome, but I'm getting a segv. (gdb) bt #0 0xb7ae153c in Xapian::WritableDatabase::add_spelling (this=0xa553988, word=@0xbff97724, freqinc=1) at ./include/xapian/ base.h:154 #1 0xb7becf47 in
2007 Dec 17
1
Crashes with spelling enabled and perl.
Hi Guys, Here's a simple test case that causes a segfault with the perl bindings patched to enable spelling correction: use strict; use warnings; use Search::Xapian; my $db = Search::Xapian::WritableDatabase->new("test.db", Search::Xapian::DB_CREATE_OR_OPEN); if (!defined($db)) { die("Failed to open xapian_database: $!"); } my $indexer =